Skip to content

Commit

Permalink
Added caching XML to the services
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Jun 23, 2022
1 parent 905b3ff commit 7d4ce42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hedweb/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def services_results():
try:
hedschema.set_cache_directory(current_app.config['HED_CACHE_FOLDER'])
hedschema.cache_xml_versions()
print(f"Current folder is {current_app.config['HED_CACHE_FOLDER']}")
arguments = services.get_input_from_request(request)
response = services.process(arguments)
return json.dumps(response)
Expand Down

0 comments on commit 7d4ce42

Please sign in to comment.