Explorar el Código

개행 없앰

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

+ 1 - 1
app.py

@@ -3544,4 +3544,4 @@ def uncaughtError(error):
     return '<meta http-equiv="refresh" content="0;url=/w/' + parse.quote(data['frontpage']).replace('/','%2F') + '" />'
 
 if __name__ == '__main__':
-    app.run(host = '0.0.0.0', port = int(data['port']))
+    app.run(host = '0.0.0.0', port = int(data['port']))