API
Some checks failed
Ik ben Henk python api ftp deploy / Deploy Python api (push) Has been cancelled
Some checks failed
Ik ben Henk python api ftp deploy / Deploy Python api (push) Has been cancelled
This commit is contained in:
6
app.py
6
app.py
@@ -28,7 +28,7 @@ def getAllAuctions(countrycode):
|
||||
|
||||
except Exception as e:
|
||||
log('something went wrong ')
|
||||
print_exc(e)
|
||||
print_exc()
|
||||
return 'internal server error', 500
|
||||
|
||||
@app.route("/v2/refreshauction/<countrycode>")
|
||||
@@ -43,8 +43,8 @@ def refreshAllAuctions(countrycode):
|
||||
|
||||
except Exception as e:
|
||||
log('something went wrong with refreshing the auctions')
|
||||
print_exc(e)
|
||||
return 'internal server error' + e, 500
|
||||
print_exc()
|
||||
return 'internal server error', 500
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user