mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Fix path to pwnagotchi
This commit is contained in:
@ -6,7 +6,7 @@ import yaml
|
||||
|
||||
sys.path.insert(0,
|
||||
os.path.join(os.path.dirname(os.path.realpath(__file__)),
|
||||
'../pwnagotchi/'))
|
||||
'../'))
|
||||
|
||||
from pwnagotchi.ui.display import Display, VideoHandler
|
||||
from PIL import Image
|
||||
|
Reference in New Issue
Block a user