We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c29a8 commit bbb0e67Copy full SHA for bbb0e67
manage.py
@@ -19,13 +19,6 @@
19
if (result_code >> 8) == 127:
20
print("Please install docker or upgrade the current docker image and try again.")
21
exit(result_code)
22
-lang = None
23
-if "LANG" in os.environ:
24
- if "UTF-8" not in os.environ["LANG"] and "UTF.8" not in os.environ["LANG"]:
25
- lang = os.environ["LANG"]
26
-if lang is not None:
27
- print("The current locale is: {} .Some characters may not be displayed and processed.".format(lang))
28
- input("Press enter to continue.")
29
if __name__ == '__main__':
30
from manage import menu
31
if not os.path.exists("./config/page.json") or not os.path.exists("./config/menu.json"):
0 commit comments