Skip to content

Commit

Permalink
fixing problem with KP info cacher
Browse files Browse the repository at this point in the history
  • Loading branch information
saramsey committed Nov 29, 2023
1 parent c6c6bd7 commit 6b5a421
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def main():
f"::run_tasks [port={tcp_port}]")
eprint("Starting background tasker in a child process")
try:
ARAXBackgroundTasker(run_kp_info_cacher=False).run_tasks()
ARAXBackgroundTasker(run_kp_info_cacher=True).run_tasks()
except Exception as e:
eprint("Error in ARAXBackgroundTasker.run_tasks()")
eprint(traceback.format_exc())
Expand Down

0 comments on commit 6b5a421

Please sign in to comment.