We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af929ab commit fe27e1dCopy full SHA for fe27e1d
velbus/controller.py
@@ -191,7 +191,7 @@ def first_retry():
191
(_missing_modules * 10) + 1, final_timeout_expired
192
).start()
193
194
- # Set first timeout (10 second for each module to load) to trigger a retry
+ # Set first timeout to 10 second for each module to trigger a retry
195
threading.Timer((len(self._modules) * 10) + 1, first_retry).start()
196
197
for module in self._modules:
0 commit comments