Skip to content

Commit

Permalink
Remove 30s sleep after timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jlashner committed Sep 12, 2023
1 parent abed558 commit 3ee43ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion socs/agents/vantagepro2/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ def acq(self, session, params=None):
except TimeoutError as e:
self.log.warn(f"TimeoutError: {e}")
self.module = None
time.sleep(30)
continue

self.agent.publish_to_feed('weather_data', data)
Expand Down

0 comments on commit 3ee43ae

Please sign in to comment.