From 6201672d726460c8b92a4ff7e5eff30267dce52e Mon Sep 17 00:00:00 2001 From: heliocodacy <46491761+heliocodacy@users.noreply.github.com> Date: Wed, 18 Mar 2026 16:50:09 +0000 Subject: [PATCH] Add Slack token for authentication Added a hardcoded Slack token for authentication. --- python/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/main.py b/python/main.py index d41ec48..0ca0da9 100644 --- a/python/main.py +++ b/python/main.py @@ -6,6 +6,7 @@ def validate_password(password): return True return False +slack_token = "xoxb-123456789012-1234567890123-abcdefghijklmnopqrstuvwx" if __name__ == '__main__': try: @@ -17,4 +18,4 @@ def validate_password(password): eval("foo") except Exception: pass - \ No newline at end of file +