This repository was archived by the owner on Jun 22, 2025. It is now read-only.
Commit 414b2c3
Add shutdown_delay on the start() function parameter (#529)
* Add time_shutdown on README
* Add time_shutdown parameter
* Add warning show for incorrect value
- Change default if time_shutdown is not correct int or float
- Accept string if is a digit
* fix typo on README
* rename variable, stricter error checking
* Update __init__.py
fix flake8 warning
remplace shortcut `f` not stable on python3.6 by format
* Update README.md
fix typo
* Update __init__.py
I think the syntax of this multi-line string was not correct
Co-authored-by: Samuel Williams <samuelhwilliams@gmail.com>
Co-authored-by: Chris Knott <chrisknott@hotmail.co.uk>1 parent e2b6aea commit 414b2c3
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
156 | 161 | | |
157 | 162 | | |
158 | 163 | | |
| |||
380 | 385 | | |
381 | 386 | | |
382 | 387 | | |
383 | | - | |
| 388 | + | |
384 | 389 | | |
385 | 390 | | |
386 | 391 | | |
| |||
0 commit comments