This commit is contained in:
EvanLin3141
2025-03-01 00:44:34 +00:00
12 changed files with 162 additions and 89 deletions

View File

@@ -151,7 +151,7 @@ def get_vod_tags(vod_id: int):
""", (vod_id,))
return tags
def create_local_directories(username: str):
def create_user_directories(username: str):
"""
Create directories for user stream data if they do not exist
"""