Skip to content

Commit

Permalink
use noinit_easygopigo3 noinit=True option
Browse files Browse the repository at this point in the history
  • Loading branch information
slowrunner committed Apr 5, 2024
1 parent 6c4c677 commit 543a4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plib/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def main():
myPyLib.set_cntl_c_handler(handle_ctlc)

# #### Create a mutex protected instance of EasyGoPiGo3 base class
# egpg = EasyGoPiGo3(use_mutex=True,noinit=True)
egpg = EasyGoPiGo3(use_mutex=True)
egpg = EasyGoPiGo3(use_mutex=True,noinit=True)
# egpg = EasyGoPiGo3(use_mutex=True)
# myconfig.setParameters(egpg)

# ARGUMENT PARSER
Expand Down

0 comments on commit 543a4bd

Please sign in to comment.