randydev commited on
Commit
d676cbf
·
verified ·
1 Parent(s): 3128573

Update akn/manage/account.py

Browse files
Files changed (1) hide show
  1. akn/manage/account.py +2 -2
akn/manage/account.py CHANGED
@@ -472,7 +472,7 @@ async def new_magic_clone(bot: Client, cb: CallbackQuery):
472
  api_hash=API_HASH,
473
  bot_token=bot_token,
474
  plugins={"root": "akn.MagicFonts"}
475
- )
476
  await user_bots.start()
477
  except Exception as e:
478
  return await bot.send_message(cb.message.chat.id, f"Error {e}")
@@ -540,7 +540,7 @@ async def new_gemini_clone(bot: Client, cb: CallbackQuery):
540
  api_hash=API_HASH,
541
  bot_token=bot_token,
542
  plugins={"root": "akn.Gemini"}
543
- )
544
  await user_bots.start()
545
  except Exception as e:
546
  return await bot.send_message(cb.message.chat.id, f"Error {e}")
 
472
  api_hash=API_HASH,
473
  bot_token=bot_token,
474
  plugins={"root": "akn.MagicFonts"}
475
+ )
476
  await user_bots.start()
477
  except Exception as e:
478
  return await bot.send_message(cb.message.chat.id, f"Error {e}")
 
540
  api_hash=API_HASH,
541
  bot_token=bot_token,
542
  plugins={"root": "akn.Gemini"}
543
+ )
544
  await user_bots.start()
545
  except Exception as e:
546
  return await bot.send_message(cb.message.chat.id, f"Error {e}")