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")