From b671bab142ec68cf7e3a634d9d8d7fec0fd8fc23 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 13 Jan 2021 08:45:03 +0100 Subject: [PATCH] fix --- rowers/polarstuff.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rowers/polarstuff.py b/rowers/polarstuff.py index 9d9e5974..f7d47fc1 100644 --- a/rowers/polarstuff.py +++ b/rowers/polarstuff.py @@ -24,6 +24,7 @@ import gzip import base64 import yaml from uuid import uuid4 +from requests.connections import ConnectionError # Django from django.shortcuts import render_to_response