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