GitLab Changes Added to GitHub

This commit is contained in:
AnonUD4Y 2020-05-02 17:59:00 +05:30 committed by GitHub
parent 5b2cb9c94c
commit cb98850628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ if checkConnection() == False:
def verCheck(): #Version Check For Latest Updates. def verCheck(): #Version Check For Latest Updates.
print("\n{1}[{0}>{1}] {0}Checking For Updates{2}...".format(GREEN, RED, DEFAULT )) 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_rqst = requests.get(ver_url)
ver_sc = ver_rqst.status_code ver_sc = ver_rqst.status_code
if ver_sc == 200: if ver_sc == 200: