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
>>> from cherrypy.lib import cpstats
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/cherrypy/lib/cpstats.py", line 438, in <module>
class StatsPage(object):
File "/usr/lib/python2.7/site-packages/cherrypy/lib/cpstats.py", line 478, in StatsPage
@cherrypy.exposed
AttributeError: 'module' object has no attribute 'exposed'
>>>
The text was updated successfully, but these errors were encountered:
jfindlay
added a commit
to jfindlay/cherrypy
that referenced
this issue
Jun 6, 2016
Using CherryPy 4.0.0 downloaded from PyPi:
The text was updated successfully, but these errors were encountered: