WebHost: fix datapackage typo

This commit is contained in:
Fabian Dill
2022-08-11 00:58:08 +02:00
committed by Fabian Dill
parent 29e0975832
commit b989698740
2 changed files with 3 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ def discord():
@app.route('/datapackage')
@cache.cached()
def get_datapackge():
def get_datapackage():
"""A pretty print version of /api/datapackage"""
from worlds import network_data_package
import json