2DU hace 8 años
padre
commit
2294bb3951
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -3838,7 +3838,7 @@ def error_404(error):
     
 run(
     app = app, 
-    server='tornado', 
+    server = 'tornado', 
     host = '0.0.0.0', 
     port = int(set_data['port'])
 )