From 4c527125c20330f030a42a2a52fca79ab2162761 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 9 Nov 2022 03:31:54 -0600 Subject: [PATCH] Fixed line 8 Fixed the missing parentheses on the print statement. --- katoolin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/katoolin.py b/katoolin.py index 71ef3c6..0737486 100644 --- a/katoolin.py +++ b/katoolin.py @@ -5,7 +5,7 @@ if os.getuid() != 0: - print "Sorry. This script requires sudo privledges" + print ("Sorry. This script requires sudo privledges") sys.exit() def main(): try: