mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:39:18 +00:00
disable expire for queue setup message
This commit is contained in:
@@ -260,7 +260,7 @@ class VideoDownloader:
|
||||
"title": "Looking for videos to download",
|
||||
"message": "Scanning your download queue.",
|
||||
}
|
||||
RedisArchivist().set_message(self.MSG, mess_dict, expire=True)
|
||||
RedisArchivist().set_message(self.MSG, mess_dict)
|
||||
pending = PendingList()
|
||||
pending.get_download()
|
||||
to_add = [
|
||||
|
||||
Reference in New Issue
Block a user