Skip to content

Commit

Permalink
Update protocol to 0.9.200 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihisil committed Jul 29, 2021
1 parent 4b45bf7 commit a60dec5
Show file tree
Hide file tree
Showing 7 changed files with 3,655 additions and 1,338 deletions.
1 change: 1 addition & 0 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ async def login(lobby, username, password):
req.device.is_browser = True
req.random_key = uuid_key
req.gen_access_token = True
req.client_version_string = 'web-0.9.205'
req.currency_platforms.append(2)

res = await lobby.login(req)
Expand Down
2 changes: 1 addition & 1 deletion ms/liqi.json

Large diffs are not rendered by default.

Loading

0 comments on commit a60dec5

Please sign in to comment.