mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 02:50:12 +01:00
Get rid of unnecessary indentation
This commit is contained in:
parent
2c804ef88a
commit
ccac349a4c
@ -321,12 +321,10 @@ def main():
|
||||
|
||||
for app in apps:
|
||||
|
||||
process = True
|
||||
|
||||
if options.autoonly and app['Auto Update Mode'] == 'None':
|
||||
process = False
|
||||
|
||||
if process:
|
||||
print "Nothing to do for %s..." % app['id']
|
||||
return
|
||||
|
||||
print "Processing " + app['id'] + '...'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user