Skip to content

Commit

Permalink
Merge pull request #1 from clovisd/patch-1
Browse files Browse the repository at this point in the history
Adding support for Smash Ultimate
  • Loading branch information
clovisd authored Mar 7, 2019
2 parents bcee552 + 9b21a4b commit 69e82cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smashgg-scraper/api_scrape_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


#Constants defined by smash.gg's API
smash_games = defaultdict(str, {1: "Melee", 2: "ProjectM", 3: "Smash4", 4: "64", 5: "Brawl", 6: "YOLO"})
smash_games = defaultdict(str, {1: "Melee", 2: "ProjectM", 3: "Smash4", 4: "64", 5: "Brawl", 6: "YOLO", 1386: "Ultimate"})
smash_formats = defaultdict(str, {1: "Singles", 2: "Doubles", 5: "Crews"})


Expand Down

0 comments on commit 69e82cb

Please sign in to comment.