This commit is contained in:
emilien 2021-07-25 15:13:23 +02:00
parent e5003b6490
commit 47df94fa12

View File

@ -70,7 +70,6 @@ class SMS(AndroidExtraction):
def _parse_db(self, db_path):
"""Parse an Android bugle_db SMS database file.
:param db_path: Path to the Android SMS database file to process
:param sql_command: SQL command to execute
"""
conn = sqlite3.connect(db_path)
cur = conn.cursor()