mirror of
https://github.com/ciromattia/kcc
synced 2026-01-27 23:47:41 +00:00
Remove filelist
This commit is contained in:
@@ -26,7 +26,6 @@ import os
|
||||
|
||||
class PdfJpgExtract:
|
||||
def __init__(self, origFileName):
|
||||
self.cbxexts = ['.zip','.cbz','.rar','.cbr']
|
||||
self.origFileName = origFileName
|
||||
self.filename = os.path.splitext(origFileName)
|
||||
self.path = self.filename[0]
|
||||
|
||||
Reference in New Issue
Block a user