mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-02 09:41:07 +00:00
fix linter
This commit is contained in:
parent
5d0689abba
commit
c75ef72e74
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user