summaryrefslogtreecommitdiff
path: root/playoff.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-08-01 01:25:32 +0200
committeremkael <emkael@tlen.pl>2017-08-01 01:25:32 +0200
commit316abb20f7262efc3dd006d65429dfa9e8226c9c (patch)
tree0a7ee948082e1bdc111f1d262dd28866a5e0a40a /playoff.py
parent66fab46d7edc0c20d0c74c74daca70d022f9a5c6 (diff)
Waiting for key input in interactive mode
Diffstat (limited to 'playoff.py')
-rw-r--r--playoff.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/playoff.py b/playoff.py
index 83d3dc3..b04cade 100644
--- a/playoff.py
+++ b/playoff.py
@@ -13,5 +13,8 @@ def main():
file_manager.copy_scripts()
file_manager.send_files()
+ if s.interactive:
+ raw_input('Press any key to continue...')
+
if __name__ == '__main__':
main()