Skip to content

Commit c9719c6

Browse files
committed
removed extra quote
1 parent 98eb2d9 commit c9719c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class DepotFile(object):
2020
"""
2121

2222
#: The url template for all DepotFiles
23-
url_template = "https://{0}-s2-depot.classic.blizzard.com/{1}.{2}""
23+
url_template = "https://{0}-s2-depot.classic.blizzard.com/{1}.{2}"
2424

2525
def __init__(self, bytes):
2626
#: The server the file is hosted on

0 commit comments

Comments
 (0)