mirror of
https://github.com/kevinveenbirkenbach/splitted-secret.git
synced 2026-07-22 18:04:15 +00:00
autoformat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user