Skip to content

Commit

Permalink
Update code for PC accounts
Browse files Browse the repository at this point in the history
This changed from 4 to 3 with the switch from Battle.net to Steam.
  • Loading branch information
jgayfer committed Nov 9, 2019
1 parent 59c310e commit e95a956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/find_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import asyncio


platforms = {'XBOX': 1, 'PLAYSTATION': 2, 'PC': 4}
platforms = {'XBOX': 1, 'PLAYSTATION': 2, 'PC': 3}

async def main():
"""You will need to add your api key!"""
Expand Down

0 comments on commit e95a956

Please sign in to comment.