dynamic html load (#63)

* dynamic html load
* split by classes
This commit is contained in:
2022-05-20 22:29:36 +03:00
committed by GitHub
parent 5674b7b388
commit 47de715d7d
72 changed files with 720 additions and 706 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
-----------------