More lint fixes
This commit is contained in:
parent
533ec1058f
commit
63746dd7be
2 changed files with 2 additions and 3 deletions
|
@ -152,4 +152,4 @@ class RadarrAPI(object):
|
|||
}
|
||||
)
|
||||
|
||||
self.dbmanager.write_points(influx_payload)
|
||||
self.dbmanager.write_points(influx_payload)
|
||||
|
|
|
@ -42,7 +42,6 @@ class SonarrAPI(object):
|
|||
|
||||
return SonarrEpisode(**get[0])
|
||||
|
||||
|
||||
def get_calendar(self, query="Missing"):
|
||||
endpoint = '/api/v3/calendar/'
|
||||
today = str(date.today())
|
||||
|
@ -189,4 +188,4 @@ class SonarrAPI(object):
|
|||
if influx_payload:
|
||||
self.dbmanager.write_points(influx_payload)
|
||||
else:
|
||||
self.logger.debug("No data to send to influx for sonarr instance, discarding.")
|
||||
self.logger.debug("No data to send to influx for sonarr instance, discarding.")
|
||||
|
|
Loading…
Reference in a new issue