04-06-2025_large_update #35

Merged
punix merged 61 commits from 04-06-2025_large_update into main 2025-06-04 19:34:40 +02:00
2 changed files with 9 additions and 5 deletions
Showing only changes of commit c220951781 - Show all commits

View File

@ -102,11 +102,15 @@ class Create:
text=True,
check=True,
)
# print(process.stdout)
path = Path.home() / ".config/wire_py/"
file_in_path = list(path.rglob("*.dat"))
if file_in_path:
if process.returncode == 0:
print("File successfully decrypted...")
else:
print(f"Error with the following code... {process.returncode}")
else:
print(_("Ready for import"))
@staticmethod
def encrypt():