Browse Source

follow up afcc37ec34

seed_v14
ThomasV 7 years ago
parent
commit
628a9e0521
  1. 3
      lib/simple_config.py

3
lib/simple_config.py

@ -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."""

Loading…
Cancel
Save