Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 and InfoMagnus!");
printme("this is a log line that is monitored by the team and will cause alerts")