Update video2.py
Browse files
video2.py
CHANGED
@@ -11,6 +11,7 @@ from pathlib import Path
|
|
11 |
import rust_highlight
|
12 |
import rust_combiner
|
13 |
import shutil
|
|
|
14 |
|
15 |
# Use /app/data which we created with proper permissions
|
16 |
BASE_DIR = "/app/data"
|
|
|
11 |
import rust_highlight
|
12 |
import rust_combiner
|
13 |
import shutil
|
14 |
+
import asyncio
|
15 |
|
16 |
# Use /app/data which we created with proper permissions
|
17 |
BASE_DIR = "/app/data"
|