mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Fix some more pep8 warnings
This commit is contained in:
parent
fd417425ae
commit
0f0ccdb1e1
5 changed files with 7 additions and 5 deletions
|
|
@ -44,7 +44,7 @@ def check_http(app):
|
|||
|
||||
try:
|
||||
|
||||
if not 'Update Check Data' in app:
|
||||
if 'Update Check Data' not in app:
|
||||
raise Exception('Missing Update Check Data')
|
||||
|
||||
urlcode, codeex, urlver, verex = app['Update Check Data'].split('|')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue