update files to change [""] to ['']

This commit is contained in:
2026-07-24 12:22:35 +00:00
parent 0f96eedc54
commit 6882b7ae04
4 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -36,11 +36,11 @@ def download():
time.sleep(1)
if output["success"] is True:
if output['success'] is True:
print(f"ID: {id} | Date: {created_at} | Game: {game_name} | Title: {title} | was successful")
DB.mark_as_downloaded(id)
else:
print(f"ID: {id} | Download Process failed. {output["stdout"]}. Error: {output["stderr"]}")
print(f"ID: {id} | Download Process failed. {output['stdout']}. Error: {output['stderr']}")
print(f"Finished Downloading...")