You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Main.py file, the language variable for IDE mode is assigned as "en" which is not a valid language identified, causing a PathError to be raised. This is fixed by changing to "eng".
The text was updated successfully, but these errors were encountered:
In the Main.py file, the language variable for IDE mode is assigned as "en" which is not a valid language identified, causing a PathError to be raised. This is fixed by changing to "eng".
The text was updated successfully, but these errors were encountered: