We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de03b3 commit ce2e4d7Copy full SHA for ce2e4d7
seleniumbase/common/obfuscate.py
@@ -30,7 +30,7 @@ def main():
30
print("\nInside a test, use the following to decrypt it:\n")
31
time.sleep(0.2)
32
print(" from seleniumbase import encryption")
33
- print(" encryption.decrypt(%s)" % encrypted_password)
+ print(" encryption.decrypt('%s')" % encrypted_password)
34
35
except KeyboardInterrupt:
36
print("\nExiting...\n")
0 commit comments