Skip to content

Commit 47a947d

Browse files
committed
Update a print statement
1 parent a9a1fc3 commit 47a947d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/common/obfuscate.py

Lines changed: 1 addition & 1 deletion
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)