fix linter

This commit is contained in:
simon 2023-01-16 09:22:47 +07:00
parent 5d0689abba
commit c75ef72e74
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -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()