Browse Source

follow up afcc37ec34

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

1
lib/simple_config.py

@ -147,7 +147,6 @@ class SimpleConfig(PrintError):
f = open(path, "w") f = open(path, "w")
f.write(s) f.write(s)
f.close() 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): def get_wallet_path(self):

Loading…
Cancel
Save