disable expire for queue setup message

This commit is contained in:
simon 2023-03-04 11:51:48 +07:00
parent a459661fa2
commit 72e5d7ccf8
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [