mirror of
				https://github.com/kevinveenbirkenbach/splitted-secret.git
				synced 2025-11-04 11:18:03 +00:00 
			
		
		
		
	Solved variable naming bug
This commit is contained in:
		@@ -137,7 +137,7 @@ try:
 | 
			
		||||
                        print("An unexpected error occured: \n" + traceback.format_exc())
 | 
			
		||||
                print("Decrypting main data.")
 | 
			
		||||
                decrypt.decryptMainData()
 | 
			
		||||
                print("The data was decrypted to: " + path.getDecryptedMainDataStandartFolder())
 | 
			
		||||
                print("The data was decrypted to: " + paths.getDecryptedMainDataStandartFolder())
 | 
			
		||||
                dirty_exit()
 | 
			
		||||
            print("Decrypting accumulated data.")
 | 
			
		||||
            decrypt.setUserPassword(args.master_password)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user