We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1deb25 commit c212d9dCopy full SHA for c212d9d
bot/core/tapper.py
@@ -113,7 +113,6 @@ async def get_tg_web_data(self, proxy: str | None) -> str:
113
tg_web_data = unquote(string=auth_url.split('tgWebAppData=')[1].split('&tgWebAppVersion')[0])
114
115
user_data = unquote(tg_web_data.split('&user=')[1])
116
- print(user_data)
117
username = user_data.split('"username":"')[1].split('"')[0].lower() if '"username":"' in user_data else 'null'
118
119
me = await self.tg_client.get_me()
0 commit comments