mirror of
https://github.com/evilsocket/pwnagotchi.git
synced 2026-01-23 02:24:15 +00:00
Fix path to pwnagotchi
This commit is contained in:
parent
8b4350045e
commit
eb3836ba1e
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue