From c75ef72e74930bfd9f3d81cd3c6577337e1fec01 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 16 Jan 2023 09:22:47 +0700 Subject: [PATCH] fix linter --- tubearchivist/home/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubearchivist/home/tasks.py b/tubearchivist/home/tasks.py index a347214..c41a7aa 100644 --- a/tubearchivist/home/tasks.py +++ b/tubearchivist/home/tasks.py @@ -301,7 +301,7 @@ def index_channel_playlists(channel_id): "status": key, "level": "info", "title": "Looking for playlists", - "message": f'Scanning channel "{channel.youtube_id}" in progress', + "message": f"{channel_id}: Channel scan in progress", } RedisArchivist().set_message(key, mess_dict, expire=True) channel.index_channel_playlists()