Spaces:
Running
Running
Commit
·
16708e3
1
Parent(s):
a0d596e
Update main.py
Browse files
main.py
CHANGED
@@ -58,7 +58,7 @@ def proxy(url):
|
|
58 |
return Response(req.iter_content(chunk_size=50*1024), content_type=content_type)
|
59 |
|
60 |
except requests.exceptions.RequestException as e:
|
61 |
-
print(f'
|
62 |
return redirect("/?new=true")
|
63 |
|
64 |
|
|
|
58 |
return Response(req.iter_content(chunk_size=50*1024), content_type=content_type)
|
59 |
|
60 |
except requests.exceptions.RequestException as e:
|
61 |
+
print(f'Redirecting: {e}')
|
62 |
return redirect("/?new=true")
|
63 |
|
64 |
|