Skip to content

Commit ce2e4d7

Browse files
author
johnhiggs
committed
bugfix to decryption command line helper
1 parent 8de03b3 commit ce2e4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/common/obfuscate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def main():
3030
print("\nInside a test, use the following to decrypt it:\n")
3131
time.sleep(0.2)
3232
print(" from seleniumbase import encryption")
33-
print(" encryption.decrypt(%s)" % encrypted_password)
33+
print(" encryption.decrypt('%s')" % encrypted_password)
3434
time.sleep(0.2)
3535
except KeyboardInterrupt:
3636
print("\nExiting...\n")

0 commit comments

Comments
 (0)