mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-29 03:36:13 +02:00
chg: [core ] various minor fixes.
This commit is contained in:
parent
b64d039389
commit
4aac55ec77
4 changed files with 5 additions and 8 deletions
|
@ -128,7 +128,7 @@ def reveal(
|
|||
if count == tools.ENCODINGS[encoding]:
|
||||
bitab.append(chr(buff))
|
||||
buff, count = 0, 0
|
||||
if bitab[-1] == ":" and limit == None:
|
||||
if bitab[-1] == ":" and limit is None:
|
||||
if "".join(bitab[:-1]).isdigit():
|
||||
limit = int("".join(bitab[:-1]))
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue