Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
method name changed due to naming collision with site attribute "moni…
Browse files Browse the repository at this point in the history
…toring" (#45)
  • Loading branch information
sandromodarelli committed Mar 31, 2020
1 parent c354867 commit 2c7b5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystackpath/stacks/wafsites/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ def api_login_urls(self):
def api_urls(self):
return ApiUrls(self._client, f"{self._base_api}/sites/{self.id}")

def monitoring(self):
def set_monitoring(self):
return Monitoring(self._client, f"{self._base_api}/sites/{self.id}")

0 comments on commit 2c7b5fe

Please sign in to comment.