Skip to content

Commit

Permalink
Fix small issue in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxc committed Jul 9, 2022
1 parent 3298d3a commit 451bec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def state_map_data_print(data):

# Example main function, starting PyStageLinQ.
if __name__ == "__main__":
global PrimeGo
global PrimeGo
PrimeGo = PyStageLinQ.PyStageLinQ(new_device_found_callback, name="Jaxcie StagelinQ")
PrimeGo.start()
```
Expand Down

0 comments on commit 451bec5

Please sign in to comment.