Skip to content

Commit

Permalink
renamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
kvoitiuk committed Oct 27, 2023
1 parent 537d414 commit 3d50f57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from example_device import ExampleDevice
import argparse

if __name__ == "__main__":
if __name__ == "__main__":

parser = argparse.ArgumentParser(description="Command line tool for the ExampleDevice utility")
# Adding arguments with default values and making them optional
Expand All @@ -15,4 +15,4 @@

# Start the device activities, running in a loop
# Control + C should gracefully stop execution
device.start_mqtt()
device.start_mqtt()

0 comments on commit 3d50f57

Please sign in to comment.