Skip to content

Commit

Permalink
Update usage_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cbpowell authored Mar 1, 2022
1 parent 44c5337 commit 86a3e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def main():
# Get config
config = open('config_private.yml', 'r')
config = open('your_config_file.yml', 'r')
# Create controller, with config
controller = SenseLink(config)
# Start and run indefinitely
Expand Down

0 comments on commit 86a3e92

Please sign in to comment.