diff --git a/index.py b/index.py index 675de6e..7162ef4 100644 --- a/index.py +++ b/index.py @@ -38,13 +38,13 @@ def do_action(): if (act == "start"): dom.create() - return "

Started succesfully!

" + return "

Started "+request.forms.get('username')+" succesfully!

back" elif (act == "stop"): dom.shutdown() - return "

Stopped