Kleine Verbesserungen

This commit is contained in:
Stefan Bethke 2022-07-20 22:55:37 +02:00
commit 38f3030b93
2 changed files with 30 additions and 11 deletions

View file

@ -45,5 +45,5 @@ dmx.rgbs = [
dmx.update()
dmx.start()
run(host='localhost', port=8080, reloader=True)
run(host='localhost', port=8080, server='wsgiref', reloader=True)