Modules can now be reloaded

This commit is contained in:
moneromooo 2015-01-01 10:06:09 +00:00
parent 800e1d754c
commit a59e883626
3 changed files with 49 additions and 5 deletions

View file

@ -89,5 +89,5 @@ def UpdateCoin(param):
log_error('UpdateCoin: Failed to get bulk payments: %s' % str(e))
last_wallet_update_time = time.time()
RegisterIdleFunction(UpdateCoin)
RegisterIdleFunction("payment",UpdateCoin)