From 13d6b69ca45e9ba6b62073d698e7ec7d90346bc8 Mon Sep 17 00:00:00 2001 From: carnal0wnage Date: Fri, 30 Jun 2017 17:40:21 -0400 Subject: [PATCH] fix spaces --- libs/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/config.py b/libs/config.py index c9e19e8..a3aea8c 100644 --- a/libs/config.py +++ b/libs/config.py @@ -33,8 +33,8 @@ def describe_configuration_recorders(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, r pass else: print "Unexpected error: {}" .format(e) - except KeyboardInterrupt: - print("CTRL-C received, exiting...") + except KeyboardInterrupt: + print("CTRL-C received, exiting...") return response @@ -58,7 +58,7 @@ def describe_configuration_rules(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, regio pass else: print "Unexpected error: {}" .format(e) - except KeyboardInterrupt: - print("CTRL-C received, exiting...") + except KeyboardInterrupt: + print("CTRL-C received, exiting...") return response \ No newline at end of file