This commit is contained in:
thomasv 2012-02-22 11:05:52 +01:00
parent d9ce04e98b
commit 73e2431291
1 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@ Simple wallet daemon for webservers.
host = 'localhost'
port = 8444
password = 'my_password'
path = 'wallet_path'
interface = Interface()
wallet = Wallet(interface)
@ -79,7 +80,7 @@ if __name__ == '__main__':
else:
wallet.set_path('w')
wallet.set_path(wallet_path)
wallet.read()
def server_thread():