Skip to content

Commit

Permalink
undo error msg change - used for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmatter committed Dec 22, 2023
1 parent 990b287 commit eda32fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inkyshot/update-display.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def temp_to_str(temp, scale):
except requests.exceptions.RequestException as err:
logging.error(err)
FONT_SIZE = 25
message = "Sorry folks, today's quote has gone bye bye :("
message = "Sorry folks, today's quote has gone walkies :("

logging.info("Message: %s", message)
# Work out what size font is required to fit this message on the display
Expand Down

0 comments on commit eda32fe

Please sign in to comment.