Try to make header moving work
This commit is contained in:
@@ -54,8 +54,8 @@ if DEV_MODE == "1":
|
||||
|
||||
if __name__ == '__main__':
|
||||
serve(app,
|
||||
host='0.0.0.0',
|
||||
port=8080,
|
||||
host='127.0.0.1',
|
||||
port=9274,
|
||||
url_scheme='http',
|
||||
expose_tracebacks=DEV_MODE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user