mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +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:
|
||||
if e.code == 404:
|
||||
return (None, 'Not in market')
|
||||
elif e.code == 503:
|
||||
print "Whoops"
|
||||
sys.exit(1)
|
||||
else:
|
||||
return (None, 'Failed with HTTP status' + str(req.getcode()))
|
||||
page = resp.read()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue