Skip to content

Commit 2f96b5a

Browse files
committedFeb 23, 2025
test: update the default interval in the settings to 1 minute for testing purpose
1 parent 8845643 commit 2f96b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def get_coding_challenge():
9999
"label": "interval",
100100
"type": "text",
101101
"required": True,
102-
"default": "* * * * *"
102+
"default": "*/1 * * * *"
103103
}
104104
],
105105
"tick_url": f"{base_url}/tick",

0 commit comments

Comments
 (0)