From f8becbde9c39ae3774076d9134ecaf60252cb679 Mon Sep 17 00:00:00 2001 From: SumGuyV5 Date: Fri, 24 Jul 2026 04:54:39 +0000 Subject: [PATCH] uncomment the mark_as_downloaded --- twitch_download_videos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch_download_videos.py b/twitch_download_videos.py index d81d15b..3c48cf2 100755 --- a/twitch_download_videos.py +++ b/twitch_download_videos.py @@ -38,7 +38,7 @@ def download(): if output["success"] is True: 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: print(f"ID: {id} | Download Process failed. {output["stdout"]}. Error: {output["stderr"]}")