mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Use "sys.exit" instead of "exit" builtin
Signed-off-by: Héctor Molinero Fernández <hector@molinero.dev>
This commit is contained in:
@ -11,7 +11,7 @@ try:
|
||||
from .gpio import GPIO
|
||||
except:
|
||||
print("unknown platform")
|
||||
exit()
|
||||
sys.exit()
|
||||
|
||||
CONFIG_IL0376F = {
|
||||
|
||||
|
Reference in New Issue
Block a user