micropython / micropython-lib

Core Python libraries ported to MicroPython
Other
2.3k stars 980 forks source link

StreamHandler should call parent constructor #887

Open greezybacon opened 1 week ago

greezybacon commented 1 week ago

Otherwise there's a crash on line 70 where level is not a property of the class unless explicitly set with ::setLevel