fix: dev: refresh button on statistic

This commit is contained in:
rachmadaniHaryono 2018-07-19 08:17:57 +08:00
parent a37f5765cc
commit 71ff60df73

View File

@ -478,7 +478,7 @@ class TagModelView(BaseModelView):
class StatisticView(BaseView): # pylint: disable=too-few-public-methods
@expose('/')
@expose('/', methods=('GET', 'POST'))
def index(self):
bukudb = BukuDb()
global STATISTIC_DATA