fix: remove print
This commit is contained in:
parent
2e34ae394f
commit
55e67a5708
1
menu.py
1
menu.py
@ -44,7 +44,6 @@ def get_files_formated_by_viewing_data(database: Database, files: list, site: di
|
||||
out.append(file);
|
||||
continue
|
||||
url = current_url + urllib.parse.quote(file)
|
||||
print (url)
|
||||
viewing_data = database.get_viewing_data(url);
|
||||
if (viewing_data == None) or (viewing_data.get("finished") == False):
|
||||
out.append(colorama.Style.BRIGHT + file)
|
||||
|
Loading…
Reference in New Issue
Block a user