irc: Set tls_verify to false for now
This commit is contained in:
parent
d067be38b4
commit
704b623b29
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ def main(*, server, channel, nick, mqtt_host):
|
|||
push_messages=push_messages,
|
||||
)
|
||||
botcommands.setup(bot, mqtt_host)
|
||||
bot.run(server, tls=True)
|
||||
bot.run(server, tls=True, tls_verify=False)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue