mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Get rid of unnecessary indentation
This commit is contained in:
parent
2c804ef88a
commit
ccac349a4c
1 changed files with 114 additions and 116 deletions
|
|
@ -321,12 +321,10 @@ def main():
|
||||||
|
|
||||||
for app in apps:
|
for app in apps:
|
||||||
|
|
||||||
process = True
|
|
||||||
|
|
||||||
if options.autoonly and app['Auto Update Mode'] == 'None':
|
if options.autoonly and app['Auto Update Mode'] == 'None':
|
||||||
process = False
|
print "Nothing to do for %s..." % app['id']
|
||||||
|
return
|
||||||
if process:
|
|
||||||
|
|
||||||
print "Processing " + app['id'] + '...'
|
print "Processing " + app['id'] + '...'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue