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 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import os
|
import os
|
||||||
import zipfile
|
import zipfile
|
||||||
|
import logging
|
||||||
|
|
||||||
import ox
|
import ox
|
||||||
|
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
def cover(path):
|
def cover(path):
|
||||||
data = None
|
data = None
|
||||||
logger.debug('cover %s', path)
|
logger.debug('cover %s', path)
|
||||||
|
|
Loading…
Reference in a new issue