diff --git a/owrx/command.py b/owrx/command.py index 0559b72..e9aec34 100644 --- a/owrx/command.py +++ b/owrx/command.py @@ -57,7 +57,7 @@ class Flag(CommandMapping): class Option(CommandMapping): def __init__(self, option): self.option = option - self.spacer = " " + self.spacer = "" def map(self, value): if value is not None: