Skip to content

Commit 4bdecf5

Browse files
committed
fix: fps str to float
1 parent fe4deaa commit 4bdecf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

veadk/utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def get_agent_dir():
186186

187187
async def upload_to_files_api(
188188
local_path: str,
189-
fps: Optional[str] = None,
189+
fps: Optional[float] = None,
190190
poll_interval: float = 3.0,
191191
max_wait_seconds: float = 10 * 60,
192192
) -> str:

0 commit comments

Comments
 (0)