From 222bac4576e98fe89e36f8523b3cff7cb0946eb1 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 14 Dec 2016 20:54:49 +0100 Subject: [PATCH] add pause to the restore function --- interface_functions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/interface_functions.py b/interface_functions.py index 45b76ce..764a8c6 100644 --- a/interface_functions.py +++ b/interface_functions.py @@ -39,6 +39,7 @@ def restore_archive(): print() print("Archive extracted to " + restore_path) print() + pause() def configuration(): # setup the config parser