Skip to content

Commit

Permalink
reformated with ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Maralai committed May 26, 2024
1 parent f99448b commit 6789e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue_job/jobrunner/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ def __init__(
target=self._check_new_databases_periodically, daemon=True
)
self._new_db_check_thread.start() # Start the thread here only

def _check_new_databases_periodically(self):
while not self._stop:
try:
Expand Down

0 comments on commit 6789e54

Please sign in to comment.