Skip to content

Commit 0eb6b91

Browse files
committed
fix locale setting in myfitnesspal.py
1 parent f7f5cc5 commit 0eb6b91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/myfitnesspal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_headers(soup):
6969

7070
def get_values(soup, row_class):
7171
"""get values from a specific summary row based on the row class"""
72-
locale.setlocale(locale.LC_ALL, 'english_USA') # for number parsing
72+
locale.setlocale(locale.LC_ALL, 'en_US.UTF-8') # for number parsing
7373

7474
values = []
7575

0 commit comments

Comments
 (0)