Your Name 3 年之前
父節點
當前提交
7a7bdfeb45
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      faq/faq_gen.py

+ 2 - 1
faq/faq_gen.py

@@ -12,4 +12,5 @@ for l in lst:
     if not os.path.exists(curdir):
         os.mkdir(curdir)
     os.chdir(curdir)
-    os.system('curl https://hhh.com.tw/columns/detail/5926/ > index.html')
+    os.system('curl https://hhh.com.tw/columns/detail/'+l+'/ > index.html')
+