Skip to content

Commit

Permalink
Code with customised static local background (non-BOM)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddoglee committed Sep 4, 2022
1 parent 329d2e9 commit c75b2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bomradargif_STATIC.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
import sys
#sys.path = ['/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/home/pi/.local/lib/python3.7/site-packages', '/usr/local/lib/python3.7/dist-packages', '/usr/lib/python3/dist-packages']
sys.path = ['/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/home/pi/.local/lib/python3.7/site-packages', '/usr/local/lib/python3.7/dist-packages', '/usr/lib/python3/dist-packages']
import io
import ftplib
from PIL import Image
Expand Down

0 comments on commit c75b2de

Please sign in to comment.