From 8fd2724d51f56e2b5adb600a7bbedffed27a1116 Mon Sep 17 00:00:00 2001 From: Peter Wakeford Date: Tue, 2 Jun 2020 22:48:41 +0100 Subject: [PATCH] Adding os import --- satTrack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/satTrack.py b/satTrack.py index d698f9f..59c7463 100644 --- a/satTrack.py +++ b/satTrack.py @@ -8,6 +8,7 @@ from matplotlib.offsetbox import TextArea, DrawingArea, OffsetImage, AnnotationB from skyfield.api import Topos, load import time import matplotlib.image as mpimg +import os -- GitLab