diff --git a/crunchy-xml-decoder/functtest.py b/crunchy-xml-decoder/functtest.py index 7f3b738..2c690da 100644 --- a/crunchy-xml-decoder/functtest.py +++ b/crunchy-xml-decoder/functtest.py @@ -60,7 +60,7 @@ def unzip_(filename_,out): # print('Function Error') try: from Crypto.Cipher import AES - print('Crypto installed') + print('Crypto installed') except ImportError: print('Crypto not installed') try: @@ -95,8 +95,8 @@ def unzip_(filename_,out): if python_bit_=="32 bit" or python_bit_=="64 bit": pip.main(['install', '--quiet', 'cfscrape']) print "Installed" - except KeyError: - print "Something Has Gone Wrong While Retrieving Cfscrape link\nPlease Download Cfscrape Manually" + except KeyError: + print "Something Has Gone Wrong While Retrieving Cfscrape link\nPlease Download Cfscrape Manually" if Crypto_link_ or lxml_link_: if not os.path.exists("temp"):