diff --git a/IRST_mon.py b/IRST_mon.py index 3142f16..0e21066 100755 --- a/IRST_mon.py +++ b/IRST_mon.py @@ -198,7 +198,7 @@ def main(): if not args(): exit(0) elif args() != "sender": - print(json.dumps(discovery(exec(command),args()), indent=4, sort_keys=False)) + print(json.dumps(discovery(exec(command), args()), indent=4, sort_keys=False)) else: sender(exec(command))