commit
ccfcdb9b24
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
*.img.bmap
|
*.img.bmap
|
||||||
*.pcap
|
*.pcap
|
||||||
*.po~
|
*.po~
|
||||||
|
preview.png
|
||||||
__pycache__
|
__pycache__
|
||||||
_backups
|
_backups
|
||||||
_emulation
|
_emulation
|
||||||
|
@ -6,7 +6,7 @@ import yaml
|
|||||||
|
|
||||||
sys.path.insert(0,
|
sys.path.insert(0,
|
||||||
os.path.join(os.path.dirname(os.path.realpath(__file__)),
|
os.path.join(os.path.dirname(os.path.realpath(__file__)),
|
||||||
'../pwnagotchi/'))
|
'../'))
|
||||||
|
|
||||||
from pwnagotchi.ui.display import Display, VideoHandler
|
from pwnagotchi.ui.display import Display, VideoHandler
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user