Update arbitration.py
This commit is contained in:
parent
bbcaf7a421
commit
574cfa39a0
@ -52,7 +52,7 @@ def request_arby(): ### get updated arbitration data
|
|||||||
CurrentArbi['solnodedata']['bonus'] = solnodes[CurrentArbi['solnode']]['bonus']
|
CurrentArbi['solnodedata']['bonus'] = solnodes[CurrentArbi['solnode']]['bonus']
|
||||||
return CurrentArbi
|
return CurrentArbi
|
||||||
|
|
||||||
@tasks.loop(minutes=1)
|
@tasks.loop(minutes=1, reconnect=True)
|
||||||
async def arby_post_task():
|
async def arby_post_task():
|
||||||
global OldArbi
|
global OldArbi
|
||||||
global CurrentArbi
|
global CurrentArbi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user