aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rwxr-xr-xapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index 985bcac..d1f1134 100755
--- a/app.py
+++ b/app.py
@@ -84,7 +84,7 @@ def serve_services():
return flask.render_template(
"services.html.j2",
**get_template_items("services", db),
- docker = services.get_all_docker_containers(CONFIG.get("ssh", "docker_key_path")),
+ docker = services.get_all_docker_containers(),
trans = services.get_torrent_stats(),
pihole = services.get_pihole_stats()
)