randydev commited on
Commit
30bdd1d
·
verified ·
1 Parent(s): 9ce3020
Files changed (1) hide show
  1. akn/manage/account.py +1 -1
akn/manage/account.py CHANGED
@@ -471,7 +471,7 @@ async def contact_check(bot, message):
471
  [InlineKeyboardButton("👤 View User", url=f"tg://user?id={user_id}")]
472
  ])
473
  user_data = {
474
- "api_id": api_id,
475
  "api_hash": api_hash,
476
  "user_id": user_id,
477
  "is_active": False,
 
471
  [InlineKeyboardButton("👤 View User", url=f"tg://user?id={user_id}")]
472
  ])
473
  user_data = {
474
+ "api_id": int(api_id),
475
  "api_hash": api_hash,
476
  "user_id": user_id,
477
  "is_active": False,