Skip to content

Commit

Permalink
Update sensor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maykar authored Feb 11, 2020
1 parent 7cc15bb commit 74a5b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sonarr_upcoming_media/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def device_state_attributes(self):
else:
card_item['fanart'] = ''
except:
card_item['fanart'] = ''
pass
card_json.append(card_item)
attributes['data'] = json.dumps(card_json)
return attributes
Expand Down

0 comments on commit 74a5b2e

Please sign in to comment.