Skip to content

Commit

Permalink
Update pythonProj.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilsinghc11 authored Aug 20, 2024
1 parent 32299a3 commit d3dbd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonExample/pythonProj.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ def arc4_encrypt_password(key, password):
return hashlib.md5(encrypted_password).hexdigest()

# Now you can call printme function
printme("Hello from JFROG");
printme("Hello from JFROG FROGBOT");
printme("this is a log line that is monitored by the team and will cause alerts")

0 comments on commit d3dbd60

Please sign in to comment.