dynamic html load

This commit is contained in:
2022-05-17 17:38:10 +03:00
parent 5674b7b388
commit fb0673d566
68 changed files with 649 additions and 651 deletions

View File

@ -52,7 +52,7 @@ Obviously you can implement the specified method in class, but for guide purpose
self.username = configuration.get("slack", "username")
def run(self, result, packages):
notify(result, self.slack_url, channel, username)
notify(result, self.slack_url, self.channel, self.username)
Setup the trigger
-----------------