Don't read from stdin before main()
This commit is contained in:
parent
f418adf727
commit
747f13aff0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user