Updated for the message

This commit is contained in:
Dimitris Zlatanidis 2024-03-21 11:58:52 +02:00
parent d68c34c2bf
commit 42e0730d9b

View file

@ -17,7 +17,7 @@ class GPGVerify(Configs):
def verify(self, asc_files: list) -> None:
if self.gpg_verification:
verify_message: str = '\rVerify files with GPG ... '
verify_message: str = '\rVerify files with GPG... '
gpg_command: str = 'gpg --verify'
print(verify_message, end='')