Kcchouette
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
cli/lesspass/core.py
|
|
@@ -56,7 +56,7 @@ def main(args=sys.argv[1:]): |
|
|
|
try: |
|
|
|
copy(generated_password) |
|
|
|
print("Copied to clipboard") |
|
|
|
except Exception as e: |
|
|
|
except Exception: |
|
|
|
print("Copy failed, we are sorry") |
|
|
|
print("Can you send us an email at contact@lesspass.com\n") |
|
|
|
print("-" * 80) |
|
|
|