mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Fix typo in grid plugin
This commit is contained in:
@ -54,7 +54,7 @@ def is_excluded(what):
|
|||||||
for skip in OPTIONS['exclude']:
|
for skip in OPTIONS['exclude']:
|
||||||
skip = skip.lower()
|
skip = skip.lower()
|
||||||
what = what.lower()
|
what = what.lower()
|
||||||
if skip in what or skip.replace(':', ':') in what:
|
if skip in what or skip.replace(':', '') in what:
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user