!midnight hot fix

This commit is contained in:
dan63047 2020-05-12 12:26:39 +03:00
parent a76f30c68b
commit 99255138f1
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +129,8 @@ class VkBot:
elif random_thing == 2:
midnight_output += "Цвет дня в формате HEX: #%02x%02x%02x" % (random.randint(0, 255), random.randint(0, 255), random.randint(0, 255))
self.send(midnight_output)
log(False, f"Бот id{self._CHAT_ID} оповестил о миднайте", image)
self.send(midnight_output, image)
log(False, f"Бот id{self._CHAT_ID} оповестил о миднайте")
def get_message(self, message, user_id):
if self._ECHO_MODE: