Skip to content

Commit aa332a1

Browse files
committed
TASK: Remove standard parameter
1 parent 6a2ff14 commit aa332a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/language.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
path = os.path.dirname(os.path.abspath(__file__))
1010
translations = configparser.ConfigParser()
11-
translations.read_file(codecs.open(path + "/translations.ini", "r", "UTF-8"))
11+
translations.read_file(codecs.open(path + "/translations.ini", encoding="UTF-8"))
1212

1313

1414
# translate returns the translation for a specific string

0 commit comments

Comments
 (0)