Don't run forever

This commit is contained in:
Luke Murphy 2021-01-17 12:52:46 +01:00
parent 71f5b0d501
commit 70fd4d906c
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

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