fix: dev: refresh button on statistic
This commit is contained in:
parent
a37f5765cc
commit
71ff60df73
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user