1 parent 3408547 commit 8a237feCopy full SHA for 8a237fe
2 files changed
mmpy_bot/bot.py
@@ -49,6 +49,8 @@ def __init__(
49
"token": self.settings.BOT_TOKEN,
50
"scheme": self.settings.SCHEME,
51
"verify": self.settings.SSL_VERIFY,
52
+ "keepalive": True,
53
+ "connect_kw_args": {"ping_interval": None},
54
}
55
)
56
self.driver.login()
requirements.txt
@@ -1,5 +1,5 @@
1
aiohttp>=3.7.4.post0
2
click>=7.0
3
-mattermostdriver>=7.2.0
+mattermostdriver>=7.3.0
4
schedule>=0.6.0
5
-Sphinx>=1.3.3
+Sphinx>=1.3.3
0 commit comments