fix Source.keymanager not defined when __config__ is absent

This commit is contained in:
lilydjwg 2018-05-08 18:18:17 +08:00
parent 6fcf5869ad
commit c86f8820b7
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ class Source:
else:
self.max_concurrent = 20
self.keymanager = KeyManager(None)
async def check(self):
if self.oldver: