parent
886db15751
commit
d8f780c403
|
@ -81,7 +81,7 @@ html_static_path = ['_static']
|
||||||
|
|
||||||
|
|
||||||
def builder_inited_handler(app):
|
def builder_inited_handler(app):
|
||||||
subprocess.run(['python ./stat.py'])
|
subprocess.run(['./stat.py'])
|
||||||
|
|
||||||
|
|
||||||
def setup(app):
|
def setup(app):
|
||||||
|
|
Loading…
Reference in New Issue