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 64041c2 commit b68cc48Copy full SHA for b68cc48
sc2reader/utils.py
@@ -26,9 +26,9 @@ def __init__(self, bytes):
26
#: The server the file is hosted on
27
self.server = bytes[4:8].decode("utf-8").strip("\x00 ")
28
29
- # Used to make it possible to load maps from CN.
+ # Used to make it possible to load maps from CN.
30
# This isn't needed for any other region and so is blank by default.
31
- self.url_suffix = ""
+ self.url_suffix = ""
32
33
# There is no SEA depot, use US instead
34
if self.server == "SEA":
0 commit comments