diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-01-12 21:26:18 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-01-12 21:26:18 +0000 |
commit | 497756f73eabd19d433738bbdbc2b56e55cd06fe (patch) | |
tree | 4e580c9fd906cb207c0987e8c78c5e0555f11868 | |
parent | 4ebf7e62b6939051d5030e10d89aaba7c4de29fb (diff) | |
download | ktt-497756f73eabd19d433738bbdbc2b56e55cd06fe.tar.xz |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | real.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -48,7 +48,6 @@ if __name__ == '__main__': required=True, help='path to config to use') parser.add_argument('--stdin', action='store_true') args = parser.parse_args() - print(args) with open(args.config) as cf: config = json.load(cf) |