mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 03:45:23 +00:00
fix receive link message
This commit is contained in:
parent
5c1cc891c7
commit
4fd8340da2
@ -123,8 +123,8 @@ Sending format: **{1}**
|
||||
|
||||
@staticmethod
|
||||
def get_receive_link_text():
|
||||
if ENABLE_CELERY:
|
||||
reserved = get_func_queue("reserved")
|
||||
reserved = get_func_queue("reserved")
|
||||
if ENABLE_CELERY and reserved:
|
||||
text = f"Too many tasks. Your tasks was added to the reserved queue {reserved}."
|
||||
else:
|
||||
text = "Your task was added to active queue.\nProcessing...\n\n"
|
||||
|
Loading…
Reference in New Issue
Block a user