Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -309,6 +309,7 @@ def video_feed():
|
|
309 |
# Retrieve the URL from the cookie
|
310 |
|
311 |
url = request.cookies.get('url')
|
|
|
312 |
print("video feed: ", url)
|
313 |
if url is None:
|
314 |
return redirect(url_for('homepage'))
|
|
|
309 |
# Retrieve the URL from the cookie
|
310 |
|
311 |
url = request.cookies.get('url')
|
312 |
+
url = '0'
|
313 |
print("video feed: ", url)
|
314 |
if url is None:
|
315 |
return redirect(url_for('homepage'))
|