Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove trailing spaces
  • Loading branch information
Andrene committed Aug 16, 2021
commit b68cc48a8b08da15ff90d4f950d3d3cbca4b89b1
4 changes: 2 additions & 2 deletions sc2reader/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def __init__(self, bytes):
#: The server the file is hosted on
self.server = bytes[4:8].decode("utf-8").strip("\x00 ")

# Used to make it possible to load maps from CN.
# Used to make it possible to load maps from CN.
# This isn't needed for any other region and so is blank by default.
self.url_suffix = ""
self.url_suffix = ""

# There is no SEA depot, use US instead
if self.server == "SEA":
Expand Down