putting it all togeather

This commit is contained in:
2026-08-04 02:34:16 +00:00
parent d6503b7d92
commit 33d78759fe
7 changed files with 282 additions and 179 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ class Database:
def get_unuploaded_chats(self) -> list[Any]:
"""Retrieve all rows that were download but not uploaded_yt_chats"""
return self.__get_unuploaded("uploaded_yt_chats", "AND clips_is = 0")
return self.__get_unuploaded("uploaded_yt_chats", "AND clip_is = 0")
def get_unuploaded(self) -> list[Any]:
"""Retrieve all rows that were download but not uploaded_yt"""