mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
rename to suss
This commit is contained in:
parent
dc1a2db3f4
commit
1e6694112a
3 changed files with 5 additions and 5 deletions
|
|
@ -268,14 +268,14 @@ class ExodusSignatureDataController(SignatureDataController):
|
|||
}
|
||||
|
||||
|
||||
class ScannerSignatureDataController(SignatureDataController):
|
||||
class SUSSDataController(SignatureDataController):
|
||||
def __init__(self):
|
||||
super().__init__('Scanner signatures', 'scanner.json')
|
||||
super().__init__('SUSS', 'suss.json')
|
||||
|
||||
|
||||
class ScannerTool():
|
||||
def __init__(self):
|
||||
self.sdcs = [ScannerSignatureDataController()]
|
||||
self.sdcs = [SUSSDataController()]
|
||||
self.load()
|
||||
self.compile_regexes()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue