fix old status variables for message

This commit is contained in:
simon 2021-12-05 16:41:06 +07:00
parent f7b5082983
commit 1d262fc936
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 2 additions and 2 deletions

View File

@ -591,7 +591,7 @@ class VideoDownloader:
except KeyError:
message = ""
mess_dict = {
"status": "downloading",
"status": "message:download",
"level": "info",
"title": title,
"message": message,

View File

@ -233,7 +233,7 @@ class RedisArchivist:
if cache_file:
filename = cache_file[0][12:].replace("_", " ").split(".")[0]
mess_dict = {
"status": "downloading",
"status": "message:download",
"level": "info",
"title": "Downloading: " + filename,
"message": "",