mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Use __name__ as module name
This commit is contained in:
parent
a59e883626
commit
e4b403cc31
3 changed files with 7 additions and 7 deletions
|
@ -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("payment",UpdateCoin)
|
||||
RegisterIdleFunction(__name__,UpdateCoin)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue