We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55f81e commit 97fe6a7Copy full SHA for 97fe6a7
1 file changed
src/sysdi/contrib/cronitor.py
@@ -5,6 +5,8 @@
5
6
class WebPing(core.WebPing):
7
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.
10
self.base_url = furl('https://cronitor.link/')
11
if api_key:
12
self.base_url /= f'p/{api_key}'
0 commit comments