mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Fix dict field name
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
f70d54453a
commit
d30de67caa
|
|
@ -47,7 +47,7 @@ if __name__ == '__main__':
|
||||||
)
|
)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
os.chdir(args.openapi)
|
os.chdir(args.openapi_dir)
|
||||||
|
|
||||||
httpd = socketserver.TCPServer(("localhost", args.port),
|
httpd = socketserver.TCPServer(("localhost", args.port),
|
||||||
MyHTTPRequestHandler)
|
MyHTTPRequestHandler)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue