Merge branch 'main' of https://github.com/john-david3/cs3305-team11
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user