mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
Remove "Whoops" exit.
This commit is contained in:
parent
5ec975cb7c
commit
d2bce9e732
1 changed files with 0 additions and 3 deletions
|
|
@ -177,9 +177,6 @@ def check_market(app):
|
||||||
except urllib2.HTTPError, e:
|
except urllib2.HTTPError, e:
|
||||||
if e.code == 404:
|
if e.code == 404:
|
||||||
return (None, 'Not in market')
|
return (None, 'Not in market')
|
||||||
elif e.code == 503:
|
|
||||||
print "Whoops"
|
|
||||||
sys.exit(1)
|
|
||||||
else:
|
else:
|
||||||
return (None, 'Failed with HTTP status' + str(req.getcode()))
|
return (None, 'Failed with HTTP status' + str(req.getcode()))
|
||||||
page = resp.read()
|
page = resp.read()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue