Fix some more pep8 warnings

This commit is contained in:
Daniel Martí 2014-05-28 09:33:14 +02:00
parent fd417425ae
commit 0f0ccdb1e1
5 changed files with 7 additions and 5 deletions

View file

@ -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('|')