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: ports:
- '5000:5000' - '5000:5000'
volumes: volumes:
- '/opt/data/Comics/ComicRack:/library:ro' - '/opt/data/Comics/ComicRack/Oni Press:/library:ro'
- '${PWD}/:/app' - '${PWD}/:/app'

View File

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

View File

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