Added check for app_data
This commit is contained in:
parent
9065de5fb4
commit
b296c10541
|
@ -130,10 +130,11 @@ class ExampleAnnounceHandler:
|
||||||
RNS.prettyhexrep(destination_hash)
|
RNS.prettyhexrep(destination_hash)
|
||||||
)
|
)
|
||||||
|
|
||||||
RNS.log(
|
if app_data:
|
||||||
"The announce contained the following app data: "+
|
RNS.log(
|
||||||
app_data.decode("utf-8")
|
"The announce contained the following app data: "+
|
||||||
)
|
app_data.decode("utf-8")
|
||||||
|
)
|
||||||
|
|
||||||
##########################################################
|
##########################################################
|
||||||
#### Program Startup #####################################
|
#### Program Startup #####################################
|
||||||
|
|
Loading…
Reference in New Issue