Add missing @helper.encodeResponse in StatsPlugin.py and BootstrapperPlugin.py
This commit is contained in:
parent
a2cb1615b3
commit
076684176b
2 changed files with 4 additions and 0 deletions
|
@ -130,6 +130,7 @@ class FileRequestPlugin(object):
|
|||
|
||||
@PluginManager.registerTo("UiRequest")
|
||||
class UiRequestPlugin(object):
|
||||
@helper.encodeResponse
|
||||
def actionStatsBootstrapper(self):
|
||||
self.sendHeader()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue