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() self.connect()
try: try:
self.process() self.process(forever=False)
except KeyboardInterrupt: except KeyboardInterrupt:
pass pass