update Database to use default in init
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user