From fa703b5f48ddd2943eeb6359a58836068eb2e821 Mon Sep 17 00:00:00 2001 From: lulzette Date: Wed, 24 Mar 2021 19:46:29 +0000 Subject: [PATCH] beauty --- index.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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