update rst readme, remove unused import

This commit is contained in:
r4sas
2019-06-21 13:32:46 +00:00
parent 5d988e01fc
commit dc034b1d55
5 changed files with 23 additions and 31 deletions

View File

@@ -76,7 +76,7 @@ def get(args, api_client):
try:
pasteid, passphrase = args.pasteinfo.split("#")
except:
except ValueError:
print("PBinCLI error: provided info hasn't contain valid PasteID#Passphrase string")
exit(1)