Sfoglia il codice sorgente

Update app.py

삐빅 핫 픽스
hoparkgo9ma 7 anni fa
parent
commit
97285fcb78
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -2236,7 +2236,7 @@ def login_oauth(platform = None, func = None):
                 
 @app.route('/change', methods=['POST', 'GET'])
 def change_password():
-    global support_language
+    support_language = server_init.server_set_var['language']['list']
 
     if ban_check() == 1:
         return re_error('/ban')