This commit is contained in:
ThomasV 2017-10-13 10:56:59 +02:00
parent afcc37ec34
commit 628a9e0521
1 changed files with 1 additions and 2 deletions

View File

@ -147,8 +147,7 @@ class SimpleConfig(PrintError):
f = open(path, "w")
f.write(s)
f.close()
if 'ANDROID_DATA' not in os.environ:
os.chmod(path, stat.S_IREAD | stat.S_IWRITE)
os.chmod(path, stat.S_IREAD | stat.S_IWRITE)
def get_wallet_path(self):
"""Set the path of the wallet."""