mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-14 06:56:42 +09:00
[Enhancement] 도메인 파일 경로를 './data/domains.txt'로 변경
This commit is contained in:
parent
9f6d172c23
commit
29d91bac56
4 changed files with 4 additions and 4 deletions
2
run.ps1
2
run.ps1
|
|
@ -3,7 +3,7 @@
|
|||
$PYTHON_SCRIPT = "main.py"
|
||||
|
||||
# 도메인 목록 파일 경로 (Python 스크립트 실행 시 -f 옵션에 전달)
|
||||
$DOMAIN_FILE = "./domains.txt"
|
||||
$DOMAIN_FILE = "./data/domains.txt"
|
||||
# ─────────────
|
||||
|
||||
# https://f.imnya.ng/.whs/tp-domains/data/domains/latest.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue