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