Closed ronny80 closed 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"
Thanks @ronny80 . I’ve updated the template.
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"