You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
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.
0 commit comments