From 872bd1ecb22730371aac5460017f84253e188fec Mon Sep 17 00:00:00 2001 From: Abhi-git-hub <111339397+Abhi-git-hub@users.noreply.github.com> Date: Sat, 18 Jan 2025 13:56:07 +0530 Subject: [PATCH] Update trackout.py There was a syntax error --- trackout.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trackout.py b/trackout.py index caaaaee..ce9e9b4 100644 --- a/trackout.py +++ b/trackout.py @@ -11,7 +11,7 @@ colorama.init(autoreset=True) os.system("clear"); -print colorama.Fore.CYAN + """ +print (colorama.Fore.CYAN + """) _____ _ ___ _ /__ \_ __ __ _ ___| | __ /___\_ _| |_ / /\/ '__/ _` |/ __| |/ /// // | | | __| @@ -19,7 +19,7 @@ \/ |_| \__,_|\___|_|\_\___/ \__,_|\__| Python IP Tracker - Abay | abaykan.com """ -print "\r" +print ("\r") while True: ip = raw_input("What Your Target IP : ") url = "https://api.ipdata.co/"