doc
This commit is contained in:
parent
0268843c29
commit
51acdccf26
|
|
@ -66,6 +66,9 @@ class TokenFile(ReadOnlyTokenFile):
|
|||
return super().lookup(token)
|
||||
|
||||
class TokenFileName(BasePlugin):
|
||||
# source is a directory
|
||||
# token is filename
|
||||
# contents of file is host:port
|
||||
def __init__(self, src):
|
||||
super().__init__(src)
|
||||
if not os.path.isdir(src):
|
||||
|
|
|
|||
Loading…
Reference in New Issue