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:
parent
d7a57ef65f
commit
7a6f1c5c51
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Reference in a new issue