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