Changed waitress port to 5000

pull/5/head
mandlm 2018-11-10 18:34:24 +01:00
parent d5f6b4bfd7
commit d6c46f4060
1 changed files with 1 additions and 2 deletions

View File

@ -4,5 +4,4 @@ from waitress import serve
import slider
serve(slider.app, host="0.0.0.0", port=8080)
serve(slider.app, host="0.0.0.0", port=5000)