Update server.py

This commit is contained in:
Stardust·减
2023-11-05 23:27:06 +08:00
committed by GitHub
parent 5c74e9ae76
commit a4907cd717

View File

@@ -177,4 +177,4 @@ def main():
if __name__ == "__main__":
app.run(port=config.server_config.port)
app.run(port=config.server_config.port,server_name="0.0.0.0")