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
Please add support for utf-8. For now I locally edited the code.
In file configureable.py at line: with open(path_to, "r", ) as f: changed to with open(path_to, "r", encoding='utf-8') as f: