We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94516bd commit 9721838Copy full SHA for 9721838
src/opengeodeweb_viewer/vtkw_server.py
@@ -95,7 +95,6 @@ def initialize(self):
95
args = parser.parse_args()
96
args.port = os.environ.get("PORT")
97
args.host = os.environ.get("HOST")
98
- DATA_FOLDER_PATH = os.environ.get("DATA_FOLDER_PATH")
99
100
_Server.configure(args)
101
server.start_webserver(options=args, protocol=_Server)
0 commit comments