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 98eb2d9 commit c9719c6Copy full SHA for c9719c6
sc2reader/utils.py
@@ -20,7 +20,7 @@ class DepotFile(object):
20
"""
21
22
#: The url template for all DepotFiles
23
- url_template = "https://{0}-s2-depot.classic.blizzard.com/{1}.{2}""
+ url_template = "https://{0}-s2-depot.classic.blizzard.com/{1}.{2}"
24
25
def __init__(self, bytes):
26
#: The server the file is hosted on
0 commit comments