diff --git a/app/templates/index copy.html b/app/templates/index copy.html
deleted file mode 100644
index cdc73d8..0000000
--- a/app/templates/index copy.html
+++ /dev/null
@@ -1,293 +0,0 @@
-
-
-
- Powerbar.ti
-
-
-
-
-
-
- Powerbar.ti (0.1.4)
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/templates/index.html b/app/templates/index.html
index 4237d86..0d3fc96 100644
--- a/app/templates/index.html
+++ b/app/templates/index.html
@@ -105,7 +105,7 @@ input:checked + .slider:before {
-
powerbar.ti (0.0.8)
+
powerbar.ti (0.0.9)
For the API vist '/powerbars'
diff --git a/app/views.py b/app/views.py
index e4bb66e..f42b3be 100644
--- a/app/views.py
+++ b/app/views.py
@@ -173,6 +173,8 @@ def powebar_group_action(powerbar, group, action):
tn.close()
powerbars[powerbar]['outlets'][outlet]['state'] = action
print(f"Turned {action} powerbar {powerbar} outlet {outlet}")
+ time.sleep(1)
+
return jsonify({'status': "200"})
except Exception as E:
print(f"Telnet error: {E}")