From 747f13aff03b23d1f1b0eee02e9713eeed08af2d Mon Sep 17 00:00:00 2001 From: George Lacey Date: Fri, 7 May 2021 12:04:35 +0100 Subject: [PATCH] Don't read from stdin before main() --- src/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.py b/src/main.py index dfa95a5..87a0bb7 100644 --- a/src/main.py +++ b/src/main.py @@ -49,7 +49,6 @@ def get_args(): if __name__ == "__main__": - print(stdin.readlines()) m_args = get_args() m_path = Path(realpath(__file__)).parent.parent m_log = Log(LEVEL_DEBUG)