auto create dotlang

This commit is contained in:
cuu 2018-12-02 14:18:36 +08:00
parent 73bcdb6d44
commit 746fdb8412

View File

@ -40,6 +40,7 @@ class LangManager(object):
self._ConfigFileName = self._ConfigFileName.strip("\r\n ")
#print(self._ConfigFileName)
except:
os.system("touch .lang")
print("read lang failed")
None