Update epd.py

Fixed LM75B import error
This commit is contained in:
colossus700 2019-10-17 19:03:04 -04:00 committed by GitHub
parent 95b871aade
commit 55bac8a8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
from PIL import Image
from PIL import ImageOps
from pwnagotchi.ui.hw.libs.papirus import LM75B
from pwnagotchi.ui.hw.libs.papirus.lm75b import LM75B
import re
import os
import sys