mirror of
https://github.com/leminlimez/Nugget.git
synced 2025-04-08 04:23:05 +08:00
edit supported func
This commit is contained in:
@@ -23,9 +23,6 @@ class Device:
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def supported(self) -> bool:
|
def supported(self) -> bool:
|
||||||
parsed_ver: Version = Version(self.version)
|
|
||||||
if parsed_ver > Version("18.1"):
|
|
||||||
return False
|
|
||||||
return self.has_exploit()
|
return self.has_exploit()
|
||||||
|
|
||||||
class Version:
|
class Version:
|
||||||
|
|||||||
Reference in New Issue
Block a user