autoformat

This commit is contained in:
2026-07-16 11:21:45 +02:00
parent 6f5c04ba11
commit f3e31ddcaa
5 changed files with 16 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ class AutomaticIdentificationImpossibleException(Exception):
class Decryption():
def __init__(self,cli,paths):
self.user_id='0';
self.user_id='0'
self.user_password=''
self.cli = cli
self.paths = paths