This commit is contained in:
2
main.py
2
main.py
@ -14,8 +14,6 @@ logging.basicConfig(level="DEBUG")
|
||||
|
||||
bot = SimpleLongPollBot(Config.TOKEN, group_id=Config.GROUP_ID)
|
||||
|
||||
# nft_sender = NFTSender(bot.api_context)
|
||||
# nft_sender.start()
|
||||
uploader = PhotoUploader(bot.api_context)
|
||||
Config().api_ctx = bot.api_context
|
||||
Config().uploader = uploader
|
||||
|
Reference in New Issue
Block a user