State client timeout accepts floats

This commit is contained in:
nsubiron 2018-10-01 14:29:11 +02:00
parent b9a6ad659c
commit 6e0abd3442
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
## `carla.Client`
- `Client(host, port, worker_threads=0)`
- `set_timeout(seconds)`
- `set_timeout(float_seconds)`
- `get_client_version()`
- `get_server_version()`
- `ping()`