lint
This commit is contained in:
parent
6df0083842
commit
10ffdff2c3
14 changed files with 46 additions and 16 deletions
|
@ -57,7 +57,7 @@ class Webhook(AbstractConfiguration):
|
|||
product="notify",
|
||||
provider=self.format,
|
||||
resource_type="conf",
|
||||
resource_id=self.id
|
||||
resource_id=str(self.id)
|
||||
)
|
||||
|
||||
def send(self, text: str) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue