zolodickk commited on
Commit
2da7432
·
verified ·
1 Parent(s): ee600ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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'))