UPDATE: Removed get profile picture route and moved it to NGINX, and updated how thumbnails were saved to use path_manager
This commit is contained in:
@@ -187,7 +187,7 @@ def init_stream():
|
||||
|
||||
# Create necessary directories
|
||||
username = user_info["username"]
|
||||
create_local_directories(username)
|
||||
create_user_directories(username)
|
||||
|
||||
return redirect(f"/stream/{username}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user