소스 검색

Code

master
David Larlet 3 달 전
부모
커밋
7afb79b1fa
로그인 계정: David Larlet <david@larlet.fr> GPG Key ID: 3E2953A359E7E7BD
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      cache.py

+ 2
- 0
cache.py 파일 보기

@@ -146,6 +146,8 @@ def new(url):
open(result_path, "w").write(page)
# Generating the HTML file.
create(hash_url)
md_line = f"> <cite>*[{title}]({url})*</cite>"
print(md_line)
os.popen(f'subl "{result_path}"')



Loading…
취소
저장