Script execution

This commit is contained in:
2019-11-14 15:34:21 +01:00
parent eaf79cd9d4
commit b1a443ec23

View File

@@ -7,6 +7,6 @@ st1.start()
st1.waitCacheChange(10000)
try:
bscan (st1, 10, 10)
bscan (st1, 100, 10, save=False)
finally:
st1.close()