Queer European MD passionate about IT
Browse Source

Parenthesis

Davte 6 năm trước cách đây
mục cha
commit
9963296f41
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      davtelepot/custombot.py

+ 1 - 1
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: