This commit is contained in:
Sybren A. Stüvel 2016-09-27 12:16:32 +02:00
parent 2c7d2e7dfd
commit 063023c69a

View File

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