Skip to content

Commit

Permalink
chore: updated the example in accordance with new features
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio D'Angelo <antonio.dangelo@wtbss.com>
  • Loading branch information
Antonio D'Angelo committed Feb 16, 2024
1 parent df773db commit da94329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
pos_id=config_handler.get_config_value("machine", "pos_id"),
key=config_handler.get_config_value("security", "key"),
debug_level="DEBUG",
perpetual=config_handler.get_config_value("connection", "infinite"),
)

print(sas.start())
Expand Down

0 comments on commit da94329

Please sign in to comment.