mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
fix PEP8 "E203 whitespace before ':' or ','"
This commit is contained in:
parent
fccb990521
commit
f1812d5935
6 changed files with 20 additions and 20 deletions
|
|
@ -268,7 +268,7 @@ def check_repotrunk(app, branch=None):
|
|||
def check_gplay(app):
|
||||
time.sleep(15)
|
||||
url = 'https://play.google.com/store/apps/details?id=' + app['id']
|
||||
headers = {'User-Agent' : 'Mozilla/5.0 (X11; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0'}
|
||||
headers = {'User-Agent': 'Mozilla/5.0 (X11; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0'}
|
||||
req = urllib2.Request(url, None, headers)
|
||||
try:
|
||||
resp = urllib2.urlopen(req, None, 20)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue