Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a319352

Browse files
committedJul 10, 2024·
tests: Update CI test.
1 parent 5876578 commit a319352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def on_value_changed(client, value):
2222
sys.exit(0)
2323

2424

25-
def wdt_task(client, ts=[None]):
25+
def wdt_task(client, args, ts=[None]):
2626
if ts[0] is None:
2727
ts[0] = time.time()
2828
if time.time() - ts[0] > 5:

0 commit comments

Comments
 (0)
Please sign in to comment.