Skip to content
Snippets Groups Projects
Commit a6ea57fa authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Removing instantiation for testing

parent 8fb26ecf
No related branches found
No related tags found
No related merge requests found
Pipeline #2008 canceled
...@@ -13,6 +13,3 @@ def run_service(directory, port=5000, categorical=False): ...@@ -13,6 +13,3 @@ def run_service(directory, port=5000, categorical=False):
""" """
service = GeoTIFFService(directory, port, categorical) service = GeoTIFFService(directory, port, categorical)
service.run() service.run()
# Optionally expose the app object for testing if needed
app = GeoTIFFService('path/to/dir').app
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment