Fix - Borrar RFC

This commit is contained in:
Mauricio Baeza 2017-10-22 15:26:45 -05:00
parent ac9e066f8b
commit e05567f21d
1 changed files with 1 additions and 1 deletions

View File

@ -1708,7 +1708,7 @@ def _delete_emisor(rfc):
cursor = con.cursor()
sql = """
DELETE FROM names
WHERE rfc = '?'"""
WHERE rfc = ?"""
try:
cursor.execute(sql, (rfc,))
except Exception as e: