From 316abb20f7262efc3dd006d65429dfa9e8226c9c Mon Sep 17 00:00:00 2001 From: emkael Date: Tue, 1 Aug 2017 01:25:32 +0200 Subject: Waiting for key input in interactive mode --- playoff.py | 3 +++ 1 file changed, 3 insertions(+) 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() -- cgit v1.2.3