- Updated RankingScraper.py to use the draftsim ranking scraper instead of the defunct bestiaire ranking scraper.

This commit is contained in:
Agetian
2017-09-21 17:54:51 +00:00
parent 68f36bf172
commit e5120c7074

View File

@@ -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)