This commit is contained in:
Pavel Kuleshov 2024-02-21 07:05:23 +08:00
parent 5f658b55e1
commit 6ce8526381

View File

@ -7,7 +7,7 @@ import locale
import yaml
# Set the locale to UTF-8
locale.setlocale(locale.LC_ALL, 'en_GB.UTF-8')
locale.setlocale(locale.LC_ALL, 'en_US.UTF-8')
def read_yaml_settings(file_yaml):