Browse Source

개행 없앰

2DU 9 năm trước cách đây
mục cha
commit
d83d298f93
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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']))