mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Removed breakpoints
This commit is contained in:
@@ -112,7 +112,6 @@ class Storage:
|
|||||||
_s = _p.replace("'", "")
|
_s = _p.replace("'", "")
|
||||||
_x = re.sub(_title_regx, "", _s)
|
_x = re.sub(_title_regx, "", _s)
|
||||||
_s = _x.strip()
|
_s = _x.strip()
|
||||||
breakpoint()
|
|
||||||
_q_x = """
|
_q_x = """
|
||||||
SELECT id FROM collections where collection='%s'\
|
SELECT id FROM collections where collection='%s'\
|
||||||
AND book_id_id=%s
|
AND book_id_id=%s
|
||||||
|
|||||||
Reference in New Issue
Block a user