Spm new set (#8687)

* Add draft info for Spider-man
This commit is contained in:
Chris H
2025-09-11 00:02:40 -04:00
committed by GitHub
parent 6125022c9e
commit acc9ead5b2
4 changed files with 367 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ import json
import requests
def draftsimRankings(edition='FIN', extra=None):
def draftsimRankings(edition='SPM', extra=None):
edition = edition.upper()
url1 = 'https://draftsim.com/generated/%s/' % (edition)
url2 = '%s' % edition