NaitLee / Cat-Printer

Application supporting Bluetooth thermal “Cat Printers”, for everyone!
GNU General Public License v3.0
334 stars 33 forks source link

Opening the webbrowser using the webbrowser module #44

Closed sync1211 closed 1 year ago

sync1211 commented 1 year ago

Replaced the call to os.system with python's built in "webbrowser" module.

This change adds support for opening the web interface on MacOS.

NaitLee commented 1 year ago

New knowledge :) thanks!