uncomment the mark_as_downloaded
This commit is contained in:
@@ -38,7 +38,7 @@ def download():
|
|||||||
|
|
||||||
if output["success"] is True:
|
if output["success"] is True:
|
||||||
print(f"ID: {id} | Date: {created_at} | Game: {game_name} | Title: {title} | was successful")
|
print(f"ID: {id} | Date: {created_at} | Game: {game_name} | Title: {title} | was successful")
|
||||||
#DB.mark_as_downloaded(id)
|
DB.mark_as_downloaded(id)
|
||||||
else:
|
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"]}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user