Compare commits

..

No commits in common. "8c971b044d69ff6310c709e0a1ab5bf17262e014" and "f54414c30031e300308deaa382b0d2df28e13b6b" have entirely different histories.

3 changed files with 28 additions and 28 deletions

View File

@ -7,5 +7,5 @@ services:
ports:
- '5000:5000'
volumes:
- '/opt/data/Comics/ComicRack:/library:ro'
- '/opt/data/Comics/ComicRack/Oni Press:/library:ro'
- '${PWD}/:/app'

View File

@ -45,7 +45,6 @@ def import2sql():
for file in files:
f = os.path.join(root, file)
#try:
if f.endswith('.cbz'):
try:
s = zipfile.ZipFile(f)
#s = gzip.GzipFile(f)

View File

@ -5,3 +5,4 @@ Flask-HTTPAuth==4.5.0
gevent==21.8.0
bs4
lxml
gzip