Your Name hace 3 años
padre
commit
7b5d29901d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      designer/designer_gen.py

+ 2 - 2
designer/designer_gen.py

@@ -120,8 +120,8 @@ for c in cursor:
     if not os.path.exists(curdir):
         os.mkdir(curdir)
     os.chdir(curdir)
-#    os.system('curl https://hhh.com.tw/designers/cases/'+str(did)+'/1-page/new-sort/ -o orig.html')
-    os.system('curl https://hhh.com.tw/designers/index/'+str(did)+'/ -o orig.html')
+    os.system('curl https://hhh.com.tw/designers/cases/'+str(did)+'/1-page/new-sort/ -o orig.html')
+#    os.system('curl https://hhh.com.tw/designers/index/'+str(did)+'/ -o orig.html')
 
     os.system('curl https://hhh.com.tw/designers/details/'+str(did)+'/ -o comp.html')