Added job_processors app to abstract background job processing
This commit is contained in:
@@ -44,7 +44,7 @@ class ConverterClass(ConverterBase):
|
||||
|
||||
try:
|
||||
while 1:
|
||||
im.seek(im.tell()+1)
|
||||
im.seek(im.tell() + 1)
|
||||
page_count += 1
|
||||
# do something to im
|
||||
except EOFError:
|
||||
|
||||
Reference in New Issue
Block a user