We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5872b commit 5cdd3bcCopy full SHA for 5cdd3bc
cacheBalances.py
@@ -22,6 +22,7 @@ def updateBalancesCache():
22
23
except Exception as e:
24
printmsg("error updating balances: "+str(space)+' '+str(e))
25
+ dbCommit()
26
time.sleep(30)
27
28
cacheOrderBook.py
@@ -27,7 +27,7 @@ def updateOrderbookCache():
rSet("omniwallet:omnidex:book",json.dumps(ret['book']))
29
printmsg("Error updating orderbook cache "+str(e))
30
-
31
32
def main():
33
updateOrderbookCache()
0 commit comments