chore: remove trailing whitespace from README.md line 42

This commit is contained in:
2025-11-08 21:41:28 +00:00
parent 00cf3fbcd7
commit 47f2335661
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
[pytest]
pythonpath = .
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
+1 -1
View File
@@ -21,7 +21,7 @@ async def setup_services(app: web.Application):
app["config_service"] = ConfigService(data_path / "config.json")
# Setup aiojobs scheduler
app["scheduler"] = await aiojobs.create_scheduler()
app["scheduler"] = aiojobs.Scheduler()
yield
# Cleanup aiojobs scheduler
await app["scheduler"].close()