diff options
Diffstat (limited to 'api/routes/locations.py')
| -rw-r--r-- | api/routes/locations.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/routes/locations.py b/api/routes/locations.py index a2e4dc6..744fa7f 100644 --- a/api/routes/locations.py +++ b/api/routes/locations.py @@ -25,6 +25,7 @@ async def get_locations(): } dc['locations'].append(l) dc['size'] = len(dc['locations']) + session.close() return dc |
