Spaces:
Running
Running
Commit
·
af3f520
1
Parent(s):
43907e4
Update main.py
Browse files
main.py
CHANGED
@@ -71,7 +71,7 @@ def proxy(url):
|
|
71 |
logging.error(f"Error in proxy: {str(e)}")
|
72 |
session['exception_urls'].append(url)
|
73 |
save_exception_urls(session['exception_urls'])
|
74 |
-
print('Added to exceptions:',session['exception_urls'])
|
75 |
logging.error(f"Error in proxy.\n\n")
|
76 |
return send_file('static/error.png', mimetype='image/png')
|
77 |
|
|
|
71 |
logging.error(f"Error in proxy: {str(e)}")
|
72 |
session['exception_urls'].append(url)
|
73 |
save_exception_urls(session['exception_urls'])
|
74 |
+
print('Added to exceptions:',len(session['exception_urls']))
|
75 |
logging.error(f"Error in proxy.\n\n")
|
76 |
return send_file('static/error.png', mimetype='image/png')
|
77 |
|