Skip to content

Commit 64a3c59

Browse files
committed
Small update
1 parent babe156 commit 64a3c59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

neofile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def main(argv: Optional[list[str]] = None) -> int:
464464
getargs.outsecretkey,
465465
False,
466466
False,
467-
False,
467+
True,
468468
)
469469
else:
470470
tmpout = pyneofile.PackNeoFileFromInFile(
@@ -481,7 +481,7 @@ def main(argv: Optional[list[str]] = None) -> int:
481481
fnamedict,
482482
getargs.outsecretkey,
483483
False,
484-
False,
484+
True,
485485
)
486486

487487
input_file = tempout

0 commit comments

Comments
 (0)