We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e251f47 commit 1ac5e27Copy full SHA for 1ac5e27
sc2reader/resources.py
@@ -781,7 +781,7 @@ def load_translations(self):
781
self.localization_urls[language] = files
782
783
# Grab the gateway from the one of the files
784
- self.gateway = self.localization_urls.values()[0][0].server
+ self.gateway = self.localization_urls.values()[0][0].server.lower()
785
786
# Each of the localization urls points to an XML file with a set of
787
# localization strings and their unique ids. After reading these mappings
0 commit comments