Skip to content

Commit

Permalink
Add delay to riots-webthings start
Browse files Browse the repository at this point in the history
  • Loading branch information
sstenudd committed Sep 19, 2023
1 parent 1f484cd commit 9685fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/riots-webthings.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def run_server():


if __name__ == '__main__':
time.sleep(8) # Give Riots USB some time to start
logging.basicConfig(
level=10,
format="%(asctime)s %(filename)s:%(lineno)s %(levelname)s %(message)s"
Expand Down

0 comments on commit 9685fe4

Please sign in to comment.