Add print
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2s
Gitea Actions Demo / Explore-Own-Steps (push) Successful in 2s

This commit is contained in:
moritzrfs
2025-05-04 17:41:58 +02:00
parent c0076f96e1
commit 73c34f6c2e

View File

@@ -5,3 +5,5 @@ import os
# load_dotenv() # load_dotenv()
url = os.getenv("ADGUARD_URL") url = os.getenv("ADGUARD_URL")
print("PYHTON printed AdGuard URL:", url)