Windows fixes

This commit is contained in:
Lukas Wölfer
2020-02-12 01:49:16 +01:00
parent 4cd25719e2
commit a624a06f82
4 changed files with 10 additions and 9 deletions

View File

@@ -114,6 +114,7 @@ def handle_actions(
) -> None:
automatic_count = 0
for action in actions:
print(action)
if automatic(action):
automatic_count += 1
else: