Compare commits

..

1 commit

Author SHA1 Message Date
Patrick Hagan
17ef425ffb
Missing import 2024-03-03 15:52:24 -08:00

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",