FIXES #507: respecte mac_address

This commit is contained in:
Muayyad alsadi
2022-06-21 21:48:45 +03:00
parent 13c8981c6d
commit 9eda56caf9
2 changed files with 16 additions and 9 deletions

View File

@ -30,7 +30,7 @@ app.add_routes(routes)
def main():
web.run_app(app)
web.run_app(app, port=8080)
if __name__ == "__main__":