diff --git a/src/core/set.py b/src/core/set.py index 7d8c03285..b7d887288 100755 --- a/src/core/set.py +++ b/src/core/set.py @@ -991,7 +991,6 @@ and send the QRCode via a mailer. if not os.path.isdir("%s/reports" % (setdir)): os.makedirs("%s/reports" % (setdir)) gen_qrcode(url) - pause = raw_input("QRCode generated.") return_continue() except ImportError: diff --git a/src/html/Signed_Update.jar.orig b/src/html/Signed_Update.jar.orig index 88c39fa9b..afdf6e064 100644 Binary files a/src/html/Signed_Update.jar.orig and b/src/html/Signed_Update.jar.orig differ diff --git a/src/html/unsigned/unsigned.jar b/src/html/unsigned/unsigned.jar index f39904250..71007aed7 100644 Binary files a/src/html/unsigned/unsigned.jar and b/src/html/unsigned/unsigned.jar differ diff --git a/src/qrcode/qrgenerator.py b/src/qrcode/qrgenerator.py index 7da3d80c8..afeda2144 100644 --- a/src/qrcode/qrgenerator.py +++ b/src/qrcode/qrgenerator.py @@ -14,4 +14,4 @@ def gen_qrcode(url): # save the image out im.save(setdir + "/reports/qrcode_attack.png", format='png') # print that its been successful - print_status("[*] QRCode has been generated under %s/reports/qrcode_attack.png!" % (setdir)) + print_status("QRCode has been generated under %s/reports/qrcode_attack.png!" % (setdir))