Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bottle 0.13.0 requires Bottle instances to be initialized with keyword arguments only. Previously, we were using a positional argument. This usage was wrong (passing the __name__ string as a catchall boolean parameter), so it's removed.
- Loading branch information