fixed readocs (#264)

pull/248/head^2
Jerry Jiarui XU 2020-11-18 19:49:45 -08:00 committed by GitHub
parent f31e0e930d
commit 15cca882c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ html_static_path = ['_static']
def builder_inited_handler(app):
subprocess.run(['./stat.py'])
subprocess.run(['python ./stat.py'])
def setup(app):