Skip to content

Instantly share code, notes, and snippets.

/a.py

Created December 7, 2013 18:48
Show Gist options
  • Save anonymous/7846939 to your computer and use it in GitHub Desktop.
Save anonymous/7846939 to your computer and use it in GitHub Desktop.
try:
curs.execute('REPLACE INTO cve_to_cpe\
(cve, cpe, last_modified) VALUES (?, ?, ?)', \
(cve_name, nvd_cpe, cve_last_modified))
except Exception as e:
print "hello everyone 2222"
print e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment