2
0
Surplus_Up (2DU) 7 жил өмнө
parent
commit
fd475fda52
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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():