Changing debug information

This commit is contained in:
Anton Hvornum 2022-02-09 17:34:56 +01:00
parent 4b7ea2aaa9
commit bbbdc81a32
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 0 additions and 3 deletions

View File

@ -85,9 +85,6 @@ class luks2:
if type(password) != bytes:
password = bytes(password, 'UTF-8')
partition.partprobe()
time.sleep(10)
cryptsetup_args = shlex.join([
'/usr/bin/cryptsetup',
'--batch-mode',