Compare commits

..

No commits in common. "main" and "dev-2.0.4" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -10,8 +10,8 @@ from datetime import datetime, timedelta
def get_active_problems() -> dict: def get_active_problems() -> dict:
try:
api = ZabbixAPI(url=conf.zabbix.url, token=conf.zabbix.token) api = ZabbixAPI(url=conf.zabbix.url, token=conf.zabbix.token)
try:
problems = api.problem.get( problems = api.problem.get(
output=[ output=[
"eventid", "eventid",