Spaces:
Running
Running
Commit
·
f732347
1
Parent(s):
5a62495
Update main.py
Browse files
main.py
CHANGED
@@ -59,7 +59,7 @@ def proxy(url):
|
|
59 |
|
60 |
except:
|
61 |
print(f'Redirecting')
|
62 |
-
return redirect(
|
63 |
|
64 |
|
65 |
@app.route('/')
|
|
|
59 |
|
60 |
except:
|
61 |
print(f'Redirecting')
|
62 |
+
return redirect(url_for('index', new='true'))
|
63 |
|
64 |
|
65 |
@app.route('/')
|