2DU преди 8 години
родител
ревизия
abf3d63cfc
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 6 6
      app.py

+ 6 - 6
app.py

@@ -226,14 +226,14 @@ def alarm():
     da += '</ul>'
 
     return(
-            html_minify(
-                template('index', 
-                    imp = ['알림', wiki_set(1), custom(), other2([0, 0])],
-                    data = da,
-                    menu = [['user', '사용자']]
-                )
+        html_minify(
+            template('index', 
+                imp = ['알림', wiki_set(1), custom(), other2([0, 0])],
+                data = da,
+                menu = [['user', '사용자']]
             )
         )
+    )
 
 @route('/edit_set', method=['POST', 'GET'])
 @route('/edit_set/<num:int>', method=['POST', 'GET'])