We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8fd57 commit b1018a9Copy full SHA for b1018a9
Api/ProxyApi.py
@@ -44,7 +44,7 @@ def index():
44
@app.route('/get/')
45
def get():
46
proxy = ProxyManager().get()
47
- return proxy
+ return proxy if proxy else 'no proxy!'
48
49
50
@app.route('/refresh/')
0 commit comments