error when searching by id list
This commit is contained in:
Tim Wilson 2020-09-29 13:28:41 -06:00 committed by GitHub
parent 580d26df6e
commit 9bd0a46103
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
bot.py
View File

@ -1772,6 +1772,7 @@ async def repeat_command(command, message, content="", msg_list=[]):
def get_torrent_list_from_command_str(command_str=""):
id_list = strListToList(command_str)
filter_by, sort_by, filter_regex, tracker_regex, num_results = None, None, None, None, None
if not id_list:
filter_by, sort_by, filter_regex, tracker_regex, num_results = torGetListOpsFromStr(command_str)
if filter_by is not None and filter_by == -1: