This repository was archived by the owner on Jun 22, 2025. It is now read-only.
Commit 787d408
committed
Explicitly assign the default bottle app
If we assign `None` to `app` explicitly, then `dict.get()` returns None,
not the default value passed to the method. Oops.
Let's explicitly assign Bottle's default app to our starting arguments.1 parent 773d629 commit 787d408
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments