Skip to content

Commit

Permalink
Filler filling
Browse files Browse the repository at this point in the history
  • Loading branch information
hiveben committed Jan 20, 2025
1 parent 8e515a6 commit 8666949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2301,7 +2301,7 @@ def start():
return flaskify(oto_response.Response('Already processing request', status=102))
try:
isStopped = False
#_thread.start_new_thread(load_chronicle_transactions, ())
_thread.start_new_thread(load_chronicle_transactions, ())
_thread.start_new_thread(keep_updating_atomic_mints, ())
_thread.start_new_thread(load_usd_rate_till_stopped, ())
_thread.start_new_thread(keep_updating_assets, ())
Expand Down

0 comments on commit 8666949

Please sign in to comment.