Your Name hace 3 años
padre
commit
a90def0fbe
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      faq/faq_gen.py

+ 2 - 1
faq/faq_gen.py

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