changed PIL to pillow

sr-frs-rx
Alan Johnston 2 years ago committed by GitHub
parent 645412923e
commit d7b9fe1bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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...")

Loading…
Cancel
Save

Powered by TurnKey Linux.