Queer European MD passionate about IT
Browse Source

Parenthesis

Davte 6 years ago
parent
commit
9963296f41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      davtelepot/custombot.py

+ 1 - 1
davtelepot/custombot.py

@@ -1972,7 +1972,7 @@ class Bot(telepot.aio.Bot, Gettable):
         logging.info(
         logging.info(
             "{sep}{subjvb} STARTED{sep}".format(
             "{sep}{subjvb} STARTED{sep}".format(
                 sep='-'*10,
                 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:
         try: