Browse Source

Мелкие правки.

master
Mikhail Grebenkin 7 years ago
parent
commit
8895a80a07
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IRST_mon.py

+ 1
- 1
IRST_mon.py View File

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


Loading…
Cancel
Save

Powered by TurnKey Linux.