Skip to content

Commit c212d9d

Browse files
committedDec 19, 2024
[update] console
1 parent a1deb25 commit c212d9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎bot/core/tapper.py

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ async def get_tg_web_data(self, proxy: str | None) -> str:
113113
tg_web_data = unquote(string=auth_url.split('tgWebAppData=')[1].split('&tgWebAppVersion')[0])
114114

115115
user_data = unquote(tg_web_data.split('&user=')[1])
116-
print(user_data)
117116
username = user_data.split('"username":"')[1].split('"')[0].lower() if '"username":"' in user_data else 'null'
118117

119118
me = await self.tg_client.get_me()

0 commit comments

Comments
 (0)