Skip to content

Commit

Permalink
Update convert.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Leev1s committed Jan 4, 2024
1 parent ba50b82 commit d222c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def main():
fak_dns.write(txt.read())

# 从环境变量中获取 DNS URL
cn_dns = os.environ.get('CN_DNS')
cn_dns = os.environ.get('CN_DNS').replace('\n', ' ')
the_dns = os.environ.get('THE_DNS')

main()

0 comments on commit d222c24

Please sign in to comment.