From 0b4b7a2bbb3866434343872c496e86729cf142a2 Mon Sep 17 00:00:00 2001 From: Alan Mason <1923621+2Shirt@users.noreply.github.com> Date: Thu, 23 Nov 2017 20:21:01 -0800 Subject: [PATCH] Saved the update to the wrong file.. --- .bin/Scripts/activate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bin/Scripts/activate.py b/.bin/Scripts/activate.py index 5bb7eba2..3d068df6 100644 --- a/.bin/Scripts/activate.py +++ b/.bin/Scripts/activate.py @@ -47,6 +47,8 @@ if __name__ == '__main__': other_results=other_results) if result['CS']: break + else: + sleep(2) elif selection == 'Q': exit_script()