From cb9885062841be97e2b944d007f887e4312202e2 Mon Sep 17 00:00:00 2001 From: AnonUD4Y Date: Sat, 2 May 2020 17:59:00 +0530 Subject: [PATCH] GitLab Changes Added to GitHub --- Defs/Checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Defs/Checks.py b/Defs/Checks.py index 753973c..c9b7534 100644 --- a/Defs/Checks.py +++ b/Defs/Checks.py @@ -38,7 +38,7 @@ if checkConnection() == False: def verCheck(): #Version Check For Latest Updates. print("\n{1}[{0}>{1}] {0}Checking For Updates{2}...".format(GREEN, RED, DEFAULT )) - ver_url = 'https://gitlab.com/An0nUD4Y/hiddeneye/-/raw/master/version.txt' + ver_url = 'https://raw.githubusercontent.com/darksecdevelopers/hiddeneye/master/version.txt' ver_rqst = requests.get(ver_url) ver_sc = ver_rqst.status_code if ver_sc == 200: