Skip to content

Commit

Permalink
Added darkice status to check
Browse files Browse the repository at this point in the history
  • Loading branch information
faebser committed Oct 24, 2015
1 parent c406c3d commit 212b50d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pistream.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ def get_stream_status():
error_messages = filter(None, [parse_errors(error) for error in errors.split(linesep)])
error_messages.extend(errors_from_lines)

print(darkice)

if len(error_messages) == 0:
# no errors
lcd_display.reset()
Expand Down

0 comments on commit 212b50d

Please sign in to comment.