From 9dd004065d57fd18cfeb78f224513205d545c6d9 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 12 Sep 2021 11:40:36 +0100 Subject: [PATCH] Typo in proxy --- hotspot_proxy_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot_proxy_v2.py b/hotspot_proxy_v2.py index 92f73c1..798ac35 100644 --- a/hotspot_proxy_v2.py +++ b/hotspot_proxy_v2.py @@ -5,7 +5,7 @@ from dmr_utils3.utils import int_id import random import ipaddress import os -import setproctitle from proctitle +from setproctitle import proctitle # Does anybody read this stuff? There's a PEP somewhere that says I should do this. __author__ = 'Simon Adlem - G7RZU'