Update video2.py
Browse files
video2.py
CHANGED
@@ -7,6 +7,7 @@ from mutagen.mp3 import MP3
|
|
7 |
import uuid
|
8 |
import os
|
9 |
from pathlib import Path
|
|
|
10 |
|
11 |
# Use /app/data which we created with proper permissions
|
12 |
BASE_DIR = "/app/data"
|
|
|
7 |
import uuid
|
8 |
import os
|
9 |
from pathlib import Path
|
10 |
+
import rust_highlight
|
11 |
|
12 |
# Use /app/data which we created with proper permissions
|
13 |
BASE_DIR = "/app/data"
|