| commit | 4fac2afba3182039dae6216d267d13eb3b98a56f | [log] [tgz] |
|---|---|---|
| author | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Thu Dec 22 01:26:02 2016 +0100 |
| committer | stevenvanrossem <steven.vanrossem@intec.ugent.be> | Thu Dec 22 01:26:02 2016 +0100 |
| tree | d649c1ec3624dbd62b57830dcd0e8ac6ebcf8494 | |
| parent | bf1754e2241e389c3b1dc14fb7d30ac58492e2e7 [diff] [blame] |
update monitor REST API according to D3.2
diff --git a/src/emuvim/api/rest/network.py b/src/emuvim/api/rest/network.py index 5375943..88ea470 100755 --- a/src/emuvim/api/rest/network.py +++ b/src/emuvim/api/rest/network.py
@@ -39,6 +39,7 @@ logging.basicConfig(level=logging.INFO) +# the global net is set from the topology file, and connected via connectDCNetwork function in rest_api_endpoint.py net = None