Przeglądaj źródła

404 버그 수정

ect (or 2du) 8 lat temu
rodzic
commit
e29a7df922
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -2761,7 +2761,7 @@ def read_view(name = None):
         imp = [name, wiki_set(conn, 1), custom(conn), other2([sub + acl, r_date])],
         data = div,
         menu = menu
-    ), response_data)
+    )), response_data
 
 @app.route('/topic_record/<name>')
 def user_topic_list(name = None):