fix comment
This commit is contained in:
parent
b69b939d6f
commit
12bf7977d2
|
@ -38,7 +38,7 @@ def server(configpath):
|
||||||
server_identity = RNS.Identity.from_file(ifilepath)
|
server_identity = RNS.Identity.from_file(ifilepath)
|
||||||
RNS.log("loaded identity from file: "+ifilepath, RNS.LOG_VERBOSE)
|
RNS.log("loaded identity from file: "+ifilepath, RNS.LOG_VERBOSE)
|
||||||
else:
|
else:
|
||||||
# Randomly create a new identity for our link examples
|
# Randomly create a new identity for our echo example
|
||||||
server_identity = RNS.Identity()
|
server_identity = RNS.Identity()
|
||||||
RNS.log("created new identity", RNS.LOG_VERBOSE)
|
RNS.log("created new identity", RNS.LOG_VERBOSE)
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ def server(configpath):
|
||||||
server_identity = RNS.Identity.from_file(ifilepath)
|
server_identity = RNS.Identity.from_file(ifilepath)
|
||||||
RNS.log("loaded identity from file: "+ifilepath, RNS.LOG_VERBOSE)
|
RNS.log("loaded identity from file: "+ifilepath, RNS.LOG_VERBOSE)
|
||||||
else:
|
else:
|
||||||
# Randomly create a new identity for our link examples
|
# Randomly create a new identity for our link example
|
||||||
server_identity = RNS.Identity()
|
server_identity = RNS.Identity()
|
||||||
RNS.log("created new identity", RNS.LOG_VERBOSE)
|
RNS.log("created new identity", RNS.LOG_VERBOSE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue