From 83a29d85db423a402b73cd9a9e1796b284f34acb Mon Sep 17 00:00:00 2001 From: byron-infomagnus <126528428+byron-infomagnus@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:14:49 -0800 Subject: [PATCH] Update pythonProj.py --- pythonExample/pythonProj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonExample/pythonProj.py b/pythonExample/pythonProj.py index 6051547..57b64b8 100644 --- a/pythonExample/pythonProj.py +++ b/pythonExample/pythonProj.py @@ -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")