mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
fix extend #13 to multi-server support
This commit is contained in:
parent
570ecc2347
commit
7b2786cfe5
7 changed files with 30 additions and 4 deletions
|
|
@ -6,4 +6,7 @@ class BUIparser:
|
|||
self.conf = conf
|
||||
|
||||
def readfile(self):
|
||||
raise NotImplementedError("Sorry, the current Backend does not implement this method!")
|
||||
raise NotImplementedError("Sorry, the current Parser does not implement this method!")
|
||||
|
||||
def getkey(self, key):
|
||||
raise NotImplementedError("Sorry, the current Parser does not implement this method!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue