소스 검색

修改了config在app中的存储方式

nandHyf 1 년 전
부모
커밋
4f64f33361
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Controller.py

+ 3 - 0
Controller.py

@@ -18,6 +18,9 @@ class Client():
         displayTimeZone = rl[4]
         currentPath = ""
 
+        global config_dict
+        config_dict = {}
+
 
     # [todo 4]
     def get_help():