Add missing @helper.encodeResponse in StatsPlugin.py and BootstrapperPlugin.py

This commit is contained in:
Vadim Ushakov 2019-07-15 14:50:24 +07:00
parent a2cb1615b3
commit 076684176b
2 changed files with 4 additions and 0 deletions

View file

@ -130,6 +130,7 @@ class FileRequestPlugin(object):
@PluginManager.registerTo("UiRequest")
class UiRequestPlugin(object):
@helper.encodeResponse
def actionStatsBootstrapper(self):
self.sendHeader()