Use env for Ygg domain
All checks were successful
dl / lint (push) Successful in 1m21s
dl / docker (push) Successful in 2m48s

This commit is contained in:
Michel Roux 2023-07-10 14:36:22 +00:00
parent 7d80305181
commit 44a06f58b8

View File

@ -11,7 +11,7 @@ import charset_normalizer
import requests
YGG_DOMAIN = "www3.yggtorrent.do"
YGG_DOMAIN = os.getenv("YGG_DOMAIN")
FLARE_ENDPOINT = os.getenv("FLARE_ENDPOINT")