Browse Source

버그 수정

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

+ 1 - 1
app.py

@@ -328,7 +328,7 @@ def list_admin():
         
 @app.route('/hidden/<everything:name>')
 def give_history_hidden(name = None):
-    return give_history_hidden_2(name)
+    return give_history_hidden_2(conn, name)
         
 @app.route('/user_log')
 def list_user():