瀏覽代碼

Code

master
David Larlet 3 月之前
父節點
當前提交
7afb79b1fa
簽署人: David Larlet <david@larlet.fr> GPG 金鑰 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…
取消
儲存