putting it all togeather
This commit is contained in:
+1
-1
@@ -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"""
|
||||
|
||||
Reference in New Issue
Block a user