From 73c34f6c2e274ad90cc214ab1534f5d0d825b630 Mon Sep 17 00:00:00 2001 From: moritzrfs Date: Sun, 4 May 2025 17:41:58 +0200 Subject: [PATCH] Add print --- test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index bf3056c..24502ba 100644 --- a/test.py +++ b/test.py @@ -4,4 +4,6 @@ import os # load_dotenv() -url = os.getenv("ADGUARD_URL") \ No newline at end of file +url = os.getenv("ADGUARD_URL") + +print("PYHTON printed AdGuard URL:", url) \ No newline at end of file