tropicoo / yt-dlp-bot

Self-hosted Video Download Telegram Bot 🇺🇦
BSD 3-Clause "New" or "Revised" License
218 stars 73 forks source link

error in app_bot/config.yml -> Fix suggested #209

Closed ronny80 closed 11 months ago

ronny80 commented 11 months ago

in app_bot/config.yml there was a line added "is_admin: !! bool True"

the space between ! and bool causes an error.

Line should lok like this "is_admin: !!bool True"

tropicoo commented 11 months ago

Thanks @ronny80 . I’ve updated the template.