Skip to content
Snippets Groups Projects
Commit b1449371 authored by David Trattnig's avatar David Trattnig
Browse files

Denoise logs.

parent 26eab0b0
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ class CalendarFetcher:
if schedule:
return_data.append(schedule)
except TypeError as e:
self.logger.error("Nothing fetched...")
self.logger.error("Nothing fetched ...")
self.fetched_schedule_data = None
return None
......@@ -253,7 +253,7 @@ class CalendarFetcher:
"""
playlist_id = str(schedule[id_name])
if not playlist_id or playlist_id == "None":
self.logger.info("No value defined for '%s' in schedule '#%s'" % (id_name, schedule["schedule_id"]))
self.logger.debug("No value defined for '%s' in schedule '#%s'" % (id_name, schedule["schedule_id"]))
return None
return playlist_id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment