belyalov / tinyweb

Simple and lightweight HTTP async server for micropython
MIT License
239 stars 40 forks source link

Adjust log.exc to log.exception #59

Closed sjefferson99 closed 1 month ago

sjefferson99 commented 2 months ago

Logging module dropped support for exc. These adjustments use the exception method instead. This relates to #58