Skip to content
Snippets Groups Projects
Commit 74be85e7 authored by Francois Dall'Asta's avatar Francois Dall'Asta :speech_balloon:
Browse files

update example.py: added empty archive input to start_server

parent 095a6046
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ def run(): ...@@ -24,7 +24,7 @@ def run():
models.loadModel(os.path.join(home_dir, 'pygeodyn_results', 'Current_computation'), 'Current pygeodyn computation', 'pygeodyn_hdf5') models.loadModel(os.path.join(home_dir, 'pygeodyn_results', 'Current_computation'), 'Current pygeodyn computation', 'pygeodyn_hdf5')
# Start the server with the loaded models # Start the server with the loaded models
webgeodyn.server.startServer(models) webgeodyn.server.startServer(models,{})
if __name__ == "__main__": if __name__ == "__main__":
......
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