Browse Source

잠시 제거

2DU 9 năm trước cách đây
mục cha
commit
6596f34ca2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -3516,4 +3516,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']), threaded = True)
+    app.run(host = '0.0.0.0', port = int(data['port']))