Added: Logging to empty/no data returns

This commit is contained in:
samwiseg0 2022-01-21 00:35:06 -05:00
parent a60e41e6e4
commit 2f7f01edbb
2 changed files with 10 additions and 2 deletions

View file

@ -178,6 +178,7 @@ class SonarrAPI(object):
}
}
)
if influx_payload:
self.dbmanager.write_points(influx_payload)
else: