Skip to content

Commit fe27e1d

Browse files
committed
Reduce comment
1 parent af929ab commit fe27e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

velbus/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def first_retry():
191191
(_missing_modules * 10) + 1, final_timeout_expired
192192
).start()
193193

194-
# Set first timeout (10 second for each module to load) to trigger a retry
194+
# Set first timeout to 10 second for each module to trigger a retry
195195
threading.Timer((len(self._modules) * 10) + 1, first_retry).start()
196196

197197
for module in self._modules:

0 commit comments

Comments
 (0)