update Database to use default in init

This commit is contained in:
2026-07-29 03:03:29 +00:00
parent 500fe87614
commit b6d9b56848
7 changed files with 107 additions and 84 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ def upload_video(file_path: str, title: str, category: CategoryId, description:
try:
# Check if file exists
if not os.path.exists(file_path):
print(f"Error: File not found: {file_path}")
print(f"Error: File not found: {file_path}")
return False
# Load credentials