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")