Skip to content

Commit 90b936c

Browse files
Update user agent URL in generate.py
1 parent 843faa9 commit 90b936c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iptvfast/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
USER_AGENT = os.getenv(
2525
"IPTVFAST_USER_AGENT",
26-
"IPTVFast/1.0 (+https://github.com/your-user/iptvfast)"
26+
"IPTVFast/1.0 (+https://github.com/joaquinito2036-rgb/iptvfast)"
2727
)
2828
CONCURRENCY = int(os.getenv("IPTVFAST_CONCURRENCY", "32"))
2929
TIMEOUT = int(os.getenv("IPTVFAST_TIMEOUT", "25"))

0 commit comments

Comments
 (0)