Skip to content

Commit 97fe6a7

Browse files
committed
Add note about Cronitor api-key URL version not being verified
1 parent b55f81e commit 97fe6a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/sysdi/contrib/cronitor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
class WebPing(core.WebPing):
77
def __init__(self, *, api_key: str = '', monitor_key: str):
8+
# TODO: actually use the api_key URL version and make sure it works with cronitor. There
9+
# are unit tests but I've not actually used the api_key version live yet.
810
self.base_url = furl('https://cronitor.link/')
911
if api_key:
1012
self.base_url /= f'p/{api_key}'

0 commit comments

Comments
 (0)