|
|
@ -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)) |
|
|
|
|
|
|
|