test: Use StartPin in wps-pin

This commit is contained in:
Denis Kenzior 2017-02-22 17:11:42 -06:00
parent 0789c1cc4c
commit c64d4f7dcf
1 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,5 @@ if (len(sys.argv) == 3):
else:
pin = wsc.GeneratePin()
print("Please use '%s' as the PIN" % (pin))
wsc.StartPin(pin, timeout=125)