Hey there
when I run the crawler.py using python 3.6 I got this error :
FileNotFoundError: [Errno 2] No such file or directory: '/path/to/tg/bin/telegram-cli': '/path/to/tg/bin/telegram-cli'
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/pytg/init.py", line 94, in stopCLI
if self.sender:
AttributeError: 'Telegram' object has no attribute 'sender'
Hey there when I run the crawler.py using python 3.6 I got this error : FileNotFoundError: [Errno 2] No such file or directory: '/path/to/tg/bin/telegram-cli': '/path/to/tg/bin/telegram-cli' Error in atexit._run_exitfuncs: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/pytg/init.py", line 94, in stopCLI if self.sender: AttributeError: 'Telegram' object has no attribute 'sender'