fix cbz
This commit is contained in:
parent
c38d3a8b35
commit
4e4b853416
1 changed files with 5 additions and 0 deletions
|
@ -1,9 +1,14 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import os
|
||||
import zipfile
|
||||
import logging
|
||||
|
||||
import ox
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def cover(path):
|
||||
data = None
|
||||
logger.debug('cover %s', path)
|
||||
|
|
Loading…
Reference in a new issue