diff --git a/threshold b/threshold index b561997..f1ba60e 100755 --- a/threshold +++ b/threshold @@ -543,7 +543,7 @@ class Helper(object): return elif spl[1] == "show": - info(", ".join(config["Keywords"])) + info(",".join(config["Keywords"])) return elif spl[1] == "master":