Update code for PyPortal_Alarm_Clock example
This commit is contained in:
parent
73e8f0874e
commit
ea3d8d15da
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ temperature_font.load_glyphs(b'0123456789CF')
|
|||
# Set up logging
|
||||
|
||||
logger = logging.getLogger('alarm_clock')
|
||||
logger.addHandler(logging.StreamHandler())
|
||||
logger.setLevel(logging.ERROR) # change as desired
|
||||
|
||||
####################
|
||||
|
|
|
|||
Loading…
Reference in a new issue