This repository was archived by the owner on Sep 8, 2024. It is now read-only.
Commit 66453cb
authored
Merge pull request #1015 from azie-ginanjar/make_message_optional
make message parameter on intent handler optional
==== Tech Notes ====
intent handlers that don't use the message bus message no longer need to have the argument so a simple intent handler could be
def handle_yahoo(self):
self.speak('Yahoo')1 file changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
323 | 325 | | |
324 | 326 | | |
325 | 327 | | |
326 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
327 | 334 | | |
328 | | - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
329 | 341 | | |
330 | 342 | | |
331 | 343 | | |
| |||
0 commit comments