1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Restored cardsets download link to the main repo.

This commit is contained in:
Joe R 2022-05-16 20:32:08 -04:00
parent d7a57ef65f
commit 7a6f1c5c51

View file

@ -42,7 +42,7 @@ def main():
if not os.path.exists(arc):
subprocess.check_call([
"wget",
"https://github.com/joeraz/" +
"https://github.com/shlomif/" +
"PySolFC-Cardsets/archive/2.1/" + arc
])
subprocess.check_call(["tar", "-xvf", arc])