We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d2f8d commit f87bf59Copy full SHA for f87bf59
db.py
@@ -32,10 +32,8 @@ def listDb():
32
if len(items) == 0:
33
return(1)
34
else:
35
- print("Name Date Hash Key")
36
for name, date, hash, key in items:
37
print("{} {} {} {}".format(name, date, hash, key))
38
- print()
39
40
def clearDb():
41
cursor.execute("DROP TABLE IF EXISTS history")
@@ -49,10 +47,8 @@ def searchDb(identifier):
49
47
50
48
51
52
53
54
55
56
57
def exportDb(newPath):
58
try:
0 commit comments