Skip to content

Commit

Permalink
Update tverse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
club100-blum committed Dec 20, 2024
1 parent 7df0d51 commit 858ce45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/tverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def gen_xapi(lid=None, mid=None, appid=None):
"Referer": "https://app.tonverse.app/",
"Accept-Language": "en-US,en;q=0.9",
"Accept-Encoding": "gzip, deflate",
'X-Application-Version':'0.7.18'
'X-Application-Version':'0.7.31'
}
def convert_to_url_encoded(data: str) -> str:

Expand Down

0 comments on commit 858ce45

Please sign in to comment.