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 ef7aceb commit d3d6ceeCopy full SHA for d3d6cee
src/opengeodeweb_viewer/vtkw_server.py
@@ -139,7 +139,7 @@ def run_server(Server=_Server):
139
os.environ["DATA_FOLDER_PATH"] = args.data_folder_path
140
141
db_full_path = os.path.join(os.environ["DATA_FOLDER_PATH"], "project.db")
142
- connection.init_database(db_full_path)
+ connection.init_database(db_full_path, create_tables=False)
143
print(f"Viewer connected to database at: {db_full_path}", flush=True)
144
145
print(f"{args=}", flush=True)
0 commit comments