Remove comment

This commit is contained in:
duongban
2021-07-12 00:55:16 +07:00
parent f839213b07
commit 36359fb00e

View File

@@ -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():