mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
Added Draft Info (#7764)
* FIN Draft Info (cherry picked from commit ad0385617b26391efa2b866157eea674ea850e1e) * Correction * Correction * Correction
This commit is contained in:
@@ -3,7 +3,7 @@ import json
|
||||
import requests
|
||||
|
||||
|
||||
def draftsimRankings(edition='TDM', extra=None):
|
||||
def draftsimRankings(edition='FIN', extra=None):
|
||||
edition = edition.upper()
|
||||
url1 = 'https://draftsim.com/generated/%s/' % (edition)
|
||||
url2 = '%s' % edition
|
||||
|
||||
Reference in New Issue
Block a user