Compare commits
No commits in common. "8c971b044d69ff6310c709e0a1ab5bf17262e014" and "f54414c30031e300308deaa382b0d2df28e13b6b" have entirely different histories.
8c971b044d
...
f54414c300
@ -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'
|
||||
|
1
main.py
1
main.py
@ -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)
|
||||
|
@ -5,3 +5,4 @@ Flask-HTTPAuth==4.5.0
|
||||
gevent==21.8.0
|
||||
bs4
|
||||
lxml
|
||||
gzip
|
||||
|
Loading…
Reference in New Issue
Block a user