Don't read from stdin before main()

This commit is contained in:
George Lacey 2021-05-07 12:04:35 +01:00
parent f418adf727
commit 747f13aff0

View File

@ -49,7 +49,6 @@ def get_args():
if __name__ == "__main__": if __name__ == "__main__":
print(stdin.readlines())
m_args = get_args() m_args = get_args()
m_path = Path(realpath(__file__)).parent.parent m_path = Path(realpath(__file__)).parent.parent
m_log = Log(LEVEL_DEBUG) m_log = Log(LEVEL_DEBUG)