PEP8
This commit is contained in:
parent
2c7d2e7dfd
commit
063023c69a
@ -368,7 +368,7 @@ def check_cdnsun():
|
||||
fdocs = files_collection.find({'backend': 'cdnsun'})
|
||||
for idx, fdoc in enumerate(fdocs):
|
||||
if idx % 100 == 0:
|
||||
print('Handling file %i/~1800' % (idx+1))
|
||||
print('Handling file %i/~1800' % (idx + 1))
|
||||
|
||||
variations = fdoc.get('variations', ())
|
||||
resp = s.head(fdoc['link'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user