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
|
||||
|
||||
def supported(self) -> bool:
|
||||
parsed_ver: Version = Version(self.version)
|
||||
if parsed_ver > Version("18.1"):
|
||||
return False
|
||||
return self.has_exploit()
|
||||
|
||||
class Version:
|
||||
|
||||
Reference in New Issue
Block a user