From 9963296f41a1b972dfb3f1921982444eb0ebf2d3 Mon Sep 17 00:00:00 2001 From: Davte Date: Thu, 28 Mar 2019 19:25:54 +0100 Subject: [PATCH] Parenthesis --- davtelepot/custombot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/davtelepot/custombot.py b/davtelepot/custombot.py index fb831a5..0394598 100644 --- a/davtelepot/custombot.py +++ b/davtelepot/custombot.py @@ -1972,7 +1972,7 @@ class Bot(telepot.aio.Bot, Gettable): logging.info( "{sep}{subjvb} STARTED{sep}".format( sep='-'*10, - subjvb='BOT HAS' if len(cls.instances) == 1 else 'BOTS HAVE' + subjvb=('BOT HAS' if len(cls.instances) == 1 else 'BOTS HAVE') ) ) try: