Skip to content

Commit 73dd560

Browse files
Update test_pdn.py
1 parent 3a06003 commit 73dd560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_pydraughts/test_pdn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
def download_games():
1414
headers = {'User-Agent': 'User Agent', 'From': '[email protected]'}
15-
response = requests.get('https://pdn.fmjd.org/_downloads/games.zip', headers=headers, allow_redirects=True)
15+
response = requests.get('https://github.com/wiegerw/pdn/blob/master/games/games.zip', headers=headers, allow_redirects=True)
1616
with open('./TEMP/games.zip', 'wb') as file:
1717
file.write(response.content)
1818
with zipfile.ZipFile('./TEMP/games.zip', 'r') as zip_ref:

0 commit comments

Comments
 (0)