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 a9a1fc3 commit 47a947dCopy full SHA for 47a947d
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