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

Commit 2c7b5fe

Browse files
author
Sandro Modarelli
authored
method name changed due to naming collision with site attribute "monitoring" (#45)
1 parent c354867 commit 2c7b5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystackpath/stacks/wafsites/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ def api_login_urls(self):
2323
def api_urls(self):
2424
return ApiUrls(self._client, f"{self._base_api}/sites/{self.id}")
2525

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

0 commit comments

Comments
 (0)