|
@ -293,6 +293,8 @@ if __name__ == '__main__': |
|
|
|
|
|
|
|
|
# open session |
|
|
# open session |
|
|
if cmd not in offline_commands and not options.offline: |
|
|
if cmd not in offline_commands and not options.offline: |
|
|
|
|
|
wallet.interface = Interface(config) |
|
|
|
|
|
wallet.interface.start() |
|
|
WalletSynchronizer(wallet, config).start() |
|
|
WalletSynchronizer(wallet, config).start() |
|
|
wallet.update() |
|
|
wallet.update() |
|
|
wallet.save() |
|
|
wallet.save() |
|
|