diff --git a/code/translate.py b/code/translate.py index fbb04e2..6381322 100644 --- a/code/translate.py +++ b/code/translate.py @@ -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: