adding a TODO
This commit is contained in:
@@ -15,7 +15,9 @@ class CaptchaGenerator:
|
|||||||
|
|
||||||
def createAndSaveCaptchas(self):
|
def createAndSaveCaptchas(self):
|
||||||
self._prepareDataDir()
|
self._prepareDataDir()
|
||||||
for _ in range(self.numCaptchas):
|
for i in range(self.numCaptchas):
|
||||||
|
# FK-TODO: use https://github.com/tqdm/tqdm
|
||||||
|
print(f'saving captcha {i+1}/{self.numCaptchas}')
|
||||||
self._createAndSaveCaptcha()
|
self._createAndSaveCaptcha()
|
||||||
|
|
||||||
def _prepareDataDir(self):
|
def _prepareDataDir(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user