Remove comment
This commit is contained in:
@@ -427,7 +427,6 @@ def check_table_tag_exists():
|
|||||||
db = get_db()
|
db = get_db()
|
||||||
cur = db.execute("SELECT name FROM sqlite_master WHERE type='table' AND name='tags'")
|
cur = db.execute("SELECT name FROM sqlite_master WHERE type='table' AND name='tags'")
|
||||||
result = cur.fetchone()
|
result = cur.fetchone()
|
||||||
print("Table tag : ",result)
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def create_tag_table():
|
def create_tag_table():
|
||||||
|
|||||||
Reference in New Issue
Block a user