fix logger is not defined
This commit is contained in:
parent
7cd78dcdd0
commit
a2e8ccea2d
@ -56,6 +56,8 @@ logging.basicConfig(
|
||||
]
|
||||
)
|
||||
|
||||
filename = os.path.basename(__file__).split('.py')[0]
|
||||
logger = logging.getLogger(filename)
|
||||
|
||||
# TODO: fix issue with non-render mode requiring SPI
|
||||
# TODO: autostart -> supervisor?
|
||||
|
Loading…
Reference in New Issue
Block a user