This commit is contained in:
Patrick Hagan 2024-03-03 15:53:00 -08:00 committed by GitHub
commit 8b5222f1a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -416,6 +416,7 @@ class UptimeKumaApi(object):
Now you can call one of the existing methods of the instance. For example create a new monitor:
>>> from uptime_kuma_api import MonitorType
>>> api.add_monitor(
... type=MonitorType.HTTP,
... name="Google",