diff --git a/contrib_bots/run.py b/contrib_bots/run.py index b5c643d6c8..05fab04d93 100755 --- a/contrib_bots/run.py +++ b/contrib_bots/run.py @@ -50,8 +50,8 @@ class RestrictedClient(object): self.client.send_message(*args, **kwargs) else: logging.error('-----> !*!*!*MESSAGE RATE LIMIT REACHED, EXITING*!*!*! <-----\n' - 'Is your bot trapped in an infinite loop by reacting to' - ' its own messages?') + 'Is your bot trapped in an infinite loop by reacting to' + ' its own messages?') sys.exit(1) def get_lib_module(lib_fn):