cmd/run: remove unnecessary wait

This commit is contained in:
Jörg Thalheim
2024-10-02 09:06:45 +02:00
committed by Mic92
parent 4039be18a5
commit 1c9ea1d5b8

View File

@@ -131,8 +131,6 @@ def run(
if input:
process.communicate(input)
else:
process.wait()
tend = datetime.datetime.now(tz=datetime.UTC)
global TIME_TABLE