From 5c13c4a133dff2d576304065d34c9f93d08f2c5e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 19 Oct 2019 19:22:43 +0100 Subject: [PATCH] Missing import --- announce.py | 1 + 1 file changed, 1 insertion(+) diff --git a/announce.py b/announce.py index a0e86525..744cf87c 100644 --- a/announce.py +++ b/announce.py @@ -6,6 +6,7 @@ __maintainer__ = "Bob Mottram" __email__ = "bob@freedombone.net" __status__ = "Production" +import os import time import json import commentjson