Skip to content

Commit f64578a

Browse files
committed
small bugfix
1 parent 2a25b16 commit f64578a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

steganon/cli/steganon_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def extract(seed, input, output, chunksize, infosize, silent):
335335

336336
if infosize and not out:
337337
power, n = 10**3, 0
338-
power_labels = {0 : '', 1: 'K', 2: 'M'}
338+
power_labels = {0 : '', 1: 'K', 2: 'M', 3: 'G'}
339339
isize = lsb_mws.extract_infosize()
340340

341341
while isize > power:

0 commit comments

Comments
 (0)