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 d470846 commit 2c109d4Copy full SHA for 2c109d4
skyhook
@@ -45,7 +45,7 @@ def main(command, target):
45
elif res == 3:
46
print("[!] Unacceptable key length")
47
else:
48
- print("[+] Successfully added {} to export.pod".format(name))
+ print("[+] Successfully added {} to history".format(name))
49
50
elif command == "export" and target == "history":
51
res = skyhookDb.exportDb(target)
0 commit comments