浏览代码

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}"')



正在加载...
取消
保存