From 6b46d74e66de7fa9af723ed312b25f8b8c0ed931 Mon Sep 17 00:00:00 2001 From: Arves100 Date: Mon, 9 Mar 2020 01:40:39 +0100 Subject: [PATCH] Fix --- inline.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inline.py b/inline.py index d174d10..d45e203 100644 --- a/inline.py +++ b/inline.py @@ -79,7 +79,7 @@ class InlineBot: self.commands = [] self.config = None - self.__loadConfig() ## todo v0.3.1 + self.__loadConfig() self.__makeCommands() def __loadConfig(self): @@ -190,9 +190,9 @@ class InlineBot: contentText = "" if command.getMode() == "imageurl": - contentText = InputTextMessageContent(""HonusBot", "HTML") + contentText = InputTextMessageContent("HonusBot", "HTML") elif command.getMode() == "genericurl": - contentText = InputTextMessageContent(""link", "HTML") + contentText = InputTextMessageContent("link", "HTML") else: contentText = InputTextMessageContent("Error", "HTML")