kopyl

Untitled

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