Don't run forever

This commit is contained in:
2021-01-17 12:52:46 +01:00
parent 71f5b0d501
commit 70fd4d906c

View File

@ -492,7 +492,7 @@ class Bot(ClientXMPP):
self.connect()
try:
self.process()
self.process(forever=False)
except KeyboardInterrupt:
pass