From d3dbd60a8206b2e001d4ea76ec9627f4c2a8a77e Mon Sep 17 00:00:00 2001 From: sunilsinghc11 <166667153+sunilsinghc11@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:53:41 -0400 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 8bc1b6d..9a9741f 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 FROGBOT"); printme("this is a log line that is monitored by the team and will cause alerts")