1
0

update android interface

This commit is contained in:
thomasv
2013-10-07 20:11:41 +02:00
parent 1741d1cbd0
commit b00175d00d
3 changed files with 47 additions and 44 deletions

View File

@@ -125,7 +125,7 @@ if __name__ == '__main__':
# config is an object passed to the various constructors (wallet, interface, gui)
if is_android:
config_options = {'wallet_path':"/sdcard/electrum.dat", 'portable':True, 'verbose':True, 'gui':'android', 'auto_cycle':True}
config_options = {'portable':True, 'verbose':True, 'gui':'android', 'auto_cycle':True}
else:
config_options = eval(str(options))
for k, v in config_options.items():