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 a8c19a7 commit 1c6ebfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion example-configurations/config.ini.default
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ webhook_body_format = {"text":"[%(levelname)1.1s %(asctime)s %(module)s:%(lineno
webhook_escape_message = sure

[GENERAL]
ignored_modules = element_web_link.*
ignored_modules = element_web_link
compress_response = nope
cookie_secret = xyzzy
#domain =
Expand Down

0 comments on commit 1c6ebfe

Please sign in to comment.