Skip to content

Commit 1ac5e27

Browse files
committed
gateway always in lowercase
1 parent e251f47 commit 1ac5e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ def load_translations(self):
781781
self.localization_urls[language] = files
782782

783783
# Grab the gateway from the one of the files
784-
self.gateway = self.localization_urls.values()[0][0].server
784+
self.gateway = self.localization_urls.values()[0][0].server.lower()
785785

786786
# Each of the localization urls points to an XML file with a set of
787787
# localization strings and their unique ids. After reading these mappings

0 commit comments

Comments
 (0)