fix missing return

This commit is contained in:
Eric Le Lay 2021-03-28 12:06:03 +02:00
parent 0275648775
commit 2c2abab8ef
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ class OPDSHandler(sax.handler.ContentHandler):
else:
logger.warning("Unknown user format: '%s'. Is it correct?", f)
res.append(f)
return res
def set_base(self, base):
self.base = base