Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- No error handlers are registered, logging exception.
- Traceback (most recent call last):
- File "/usr/local/lib/python3.8/site-packages/telegram/ext/dispatcher.py", line 442, in process_update
- handler.handle_update(update, self, check, context)
- File "/usr/local/lib/python3.8/site-packages/telegram/ext/handler.py", line 160, in handle_update
- return self.callback(update, context)
- File "/Users/olehkopyl/Dropbox/Development/Python/cdict/telegram_bot.py", line 396, in ok_kool_test
- print(context.fuck)
- AttributeError: 'CallbackContext' object has no attribute 'fuck'
Add Comment
Please, Sign In to add comment