Remove SQLite version number from output
This commit is contained in:
parent
4272182f2e
commit
42e848fce9
1
parse
1
parse
|
@ -31,7 +31,6 @@ def get_charset(part):
|
|||
else:
|
||||
return "ascii"
|
||||
|
||||
print sqlite3.version
|
||||
parser = argparse.ArgumentParser(description='Parses emails into an SQLite database, and optionally renders static HTML files.')
|
||||
|
||||
parser.add_argument('-p', '--pattern', dest='pattern', action='store', default='*',
|
||||
|
|
Loading…
Reference in a new issue