From 549bb232420c6e543a722d03a6f2b84d9eaedf72 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sat, 12 Aug 2023 16:48:16 -0400 Subject: [PATCH] change back to PIL --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index c4042da3..20f4a256 100644 --- a/rpitx.py +++ b/rpitx.py @@ -8,7 +8,7 @@ from time import sleep #import os import sys from os import system -from pillow import Image, ImageDraw, ImageFont, ImageColor +from PIL import Image, ImageDraw, ImageFont, ImageColor print("CubeSatSim v1.3b rpitx.py starting...")