mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- Updated RankingScraper.py to use the draftsim ranking scraper instead of the defunct bestiaire ranking scraper.
This commit is contained in:
@@ -116,7 +116,7 @@ if __name__ == "__main__":
|
|||||||
result = parser.parse_args()
|
result = parser.parse_args()
|
||||||
|
|
||||||
if len(result.setcode) < 4:
|
if len(result.setcode) < 4:
|
||||||
bestiaireRanking(result.setcode, result.name)
|
draftsimRankings(result.setcode, result.name)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
smdsRankings(result.setcode, result.name)
|
smdsRankings(result.setcode, result.name)
|
||||||
Reference in New Issue
Block a user