diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-07-08 16:19:14 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:47:58 +0200 |
| commit | 0a1579e749663e872a53e25fa9fd26e209a9e019 (patch) | |
| tree | c591fb20a2730f8ad52b9a114c850c9b7ffd1b25 | |
| parent | 94bcde012f1473f828f89a39addc8994114f9a58 (diff) | |
Fix layout
| -rw-r--r-- | web-server/opendc/api/v2/scenarios/scenarioId/endpoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-server/opendc/api/v2/scenarios/scenarioId/endpoint.py b/web-server/opendc/api/v2/scenarios/scenarioId/endpoint.py index 1baa157a..02d39063 100644 --- a/web-server/opendc/api/v2/scenarios/scenarioId/endpoint.py +++ b/web-server/opendc/api/v2/scenarios/scenarioId/endpoint.py @@ -29,7 +29,7 @@ def PUT(request): scenario.check_user_access(request.google_id, True) scenario.set_property('name', - request.params_body['scenario']['name']) + request.params_body['scenario']['name']) scenario.update() |
