summaryrefslogtreecommitdiff
path: root/subplot/ewww.py
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/ewww.py')
-rw-r--r--subplot/ewww.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplot/ewww.py b/subplot/ewww.py
index f1e02e3..e30c219 100644
--- a/subplot/ewww.py
+++ b/subplot/ewww.py
@@ -76,7 +76,7 @@ def start_server(ctx, filename=None):
# Stop previously started server.
-def stop_server(ctx):
+def stop_server(ctx, filename=None):
daemon_stop = globals()["daemon_stop"]
logging.debug("Stopping ewww")
daemon_stop(ctx, name="ewww")