commit
d81f2dae95
|
@ -84,6 +84,8 @@ class Sender:
|
||||||
|
|
||||||
if not args.zeromode:
|
if not args.zeromode:
|
||||||
print(u"Wormhole code is: %s" % code, file=args.stdout)
|
print(u"Wormhole code is: %s" % code, file=args.stdout)
|
||||||
|
# flush stdout so the code is displayed immediately
|
||||||
|
args.stdout.flush()
|
||||||
print(u"", file=args.stdout)
|
print(u"", file=args.stdout)
|
||||||
|
|
||||||
yield w.establish_key()
|
yield w.establish_key()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user