Skip to content

Commit 7b2f3f0

Browse files
authored
Update example2.py
1 parent bb65962 commit 7b2f3f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
print("Original Message: {msg}".format(msg=original_msg))
2121

2222
# Encode the message
23-
encoded_msg, encoder = AE.encode(msg=original_msg,
24-
probability_table=AE.probability_table)
23+
encoded_msg, encoder , interval_min_value, interval_max_value = AE.encode(msg=original_msg,
24+
probability_table=AE.probability_table)
2525
print("Encoded Message: {msg}".format(msg=encoded_msg))
2626

2727
# Decode the message

0 commit comments

Comments
 (0)