mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 05:31:51 +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
main.py
2
main.py
|
|
@ -176,7 +176,7 @@ async def scan_one_url(url: str, skip_html_check: bool = False):
|
|||
print("-" * 50)
|
||||
|
||||
# CSV에 저장 (append)
|
||||
csv_file = "./oauth_providers.csv"
|
||||
csv_file = "./data/oauth_providers.csv"
|
||||
file_exists = os.path.isfile(csv_file)
|
||||
with open(csv_file, "a", newline="", encoding="utf-8") as f:
|
||||
writer = csv.writer(f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue