Commit 9a189eb1c21e7b7921ea8c70e4c73882feb67575

Authored by Alain Klotz
1 parent cb9b5d5f
Exists in master

Update README.md

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -22,7 +22,7 @@ dev.open(True)
22 22 dev.commandstring("camera SET exptime 0.1")
23 23 dev.commandstring("camera DO ACQ START")
24 24 while True:
25   - timer = dev.commandstring(camera GET timer)
  25 + timer = dev.commandstring("camera GET timer")
26 26 if timer == -1:
27 27 break
28 28 time.sleep(1)
... ...