Waterboy1602 / Addarr

Telegram Bot for adding series/movies to Sonarr/Radarr or for changing the download speed of Transmission/Sabnzbd
MIT License
236 stars 58 forks source link

fix: Getting chat last name during auth #120

Closed alexfu closed 2 years ago

alexfu commented 2 years ago

Fixes the following issue I ran into when trying to authenticate...

AttributeError: 'Chat' object has no attribute 'lastname'

Turns out, the code has a typo.

Waterboy1602 commented 2 years ago

Thank you for fixing this typo!