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