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
I am using bottle v0.12.8 with bottle-sqlite and whenever I start the server I get a warrning:
/usr/local/lib/python2.7/dist-packages/bottle.py:527: DeprecationWarning: Switch to Plugin API v2 and access the Route object directly.
context = self if api > 1 else self._context
The text was updated successfully, but these errors were encountered:
I am using bottle v0.12.8 with bottle-sqlite and whenever I start the server I get a warrning:
/usr/local/lib/python2.7/dist-packages/bottle.py:527: DeprecationWarning: Switch to Plugin API v2 and access the Route object directly.
context = self if api > 1 else self._context
The text was updated successfully, but these errors were encountered: