mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
toggle ascending/descending mode
This commit is contained in:
@@ -28,6 +28,7 @@ class Catalogue:
|
||||
self.html_regx = re.compile(r"\.html")
|
||||
self.title_sanitization_regx = re.compile(r"^(Book )+[0-9]*")
|
||||
self.title_sanitization_lvl2_regx = re.compile(r"^(Book )+[0-9]*\W+(-)")
|
||||
self.title_sanitization_dirs_regx = re.compile(r"/")
|
||||
self.root_dir = config.root
|
||||
self.book_folder = config.book_path
|
||||
self.books = None
|
||||
|
||||
Reference in New Issue
Block a user