corrected spelling mistake in comment
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ def continously_translate():
|
||||
except Exception as e:
|
||||
print(f'error when getting untranslated content from database: {e}')
|
||||
continue
|
||||
# if nother left untranslated, stop
|
||||
# if nothing left untranslated, stop
|
||||
if val_dict is None: break
|
||||
# clean text
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user