Skip to content

Commit

Permalink
🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot committed May 24, 2024
1 parent 5b45e96 commit 5c83edd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion an_website/utils/background_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ def start_background_tasks( # pylint: disable=too-many-arguments
PEAK_FUNC
if worker
else lambda fun: LOGGER.info(
"starting %s.%s background service", fun.__module__, fun.__name__
"starting %s.%s background service",
fun.__module__,
fun.__name__,
)
)
.map(lambda fun: fun(app=app, worker=worker))
Expand Down

0 comments on commit 5c83edd

Please sign in to comment.