Skip to content

Commit

Permalink
Fix undeclared variable
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Nov 18, 2024
1 parent 0b634cc commit 3f44f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions API/api_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def process_raw_data(self, params, user=None):
# Post-proccessing: Generate GeoJSON/HTML stats and transliterations
polygon_stats = None
geojson_stats_html = None
geojson_stats_json = None
download_html_url = None
if "include_stats" or "include_translit" in params.dict():
post_processor = PostProcessor(
Expand Down

0 comments on commit 3f44f5b

Please sign in to comment.