mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Massive UI/UX Overhaul
This commit is contained in:
@@ -195,8 +195,8 @@ class Catalogue:
|
||||
ftags = ftags.replace(":", ",")
|
||||
elif ";" in ftags:
|
||||
ftags = ftags.replace(";", ",")
|
||||
elif re.search(r"\s", ftags): # Must be final assignment to avoid spliting on multiple delimeters
|
||||
ftags = ftags.replace(" ", ",")
|
||||
# elif re.search(r"\s", ftags): # Must be final assignment to avoid spliting on multiple delimeters
|
||||
# ftags = ftags.replace(" ", ",")
|
||||
except KeyError:
|
||||
ftags = None
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user