mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-04 07:34:51 -04:00
Updated examples
This commit is contained in:
parent
ad67c553d7
commit
5ccbc825fd
2 changed files with 2 additions and 2 deletions
|
@ -170,7 +170,7 @@ def client(destination_hexhash, configpath, timeout=None):
|
|||
# the packet times out.
|
||||
if timeout != None:
|
||||
packet_receipt.set_timeout(timeout)
|
||||
packet_receipt.timeout_callback(packet_timed_out)
|
||||
packet_receipt.set_timeout_callback(packet_timed_out)
|
||||
|
||||
# We can then set a delivery callback on the receipt.
|
||||
# This will get automatically called when a proof for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue