fix Source.keymanager not defined when __config__ is absent
This commit is contained in:
parent
6fcf5869ad
commit
c86f8820b7
|
@ -132,6 +132,7 @@ class Source:
|
|||
|
||||
else:
|
||||
self.max_concurrent = 20
|
||||
self.keymanager = KeyManager(None)
|
||||
|
||||
async def check(self):
|
||||
if self.oldver:
|
||||
|
|
Loading…
Reference in New Issue