Skip to content

Commit

Permalink
update binary prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Apr 28, 2021
1 parent c6108a9 commit 990566d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

root = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))

PREFIX = "https://dos.zczc.cz/static/games/bin/"
PREFIX = "https://dos_bin.zczc.cz/"
DESTINATION = os.path.join(root, 'bin')
BUF_SIZE = 65536
THREAD_SIZE = 10
Expand Down

0 comments on commit 990566d

Please sign in to comment.