Skip to content

Commit

Permalink
ecfmp: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Nov 16, 2023
1 parent 4cfc3ac commit 98f0ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atciss/app/tasks/ecfmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


async def fetch_ecfmp() -> None:
"""Periodically fetch loa data."""
"""Periodically fetch ECFMP flow measures."""
redis_client = await RedisClient.get()

async with AiohttpClient.get() as aiohttp_client:
Expand Down

0 comments on commit 98f0ad7

Please sign in to comment.