jared 3 роки тому
батько
коміт
6e4f4d7ea2
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      swire_shop_item_list.py

+ 1 - 1
swire_shop_item_list.py

@@ -146,7 +146,7 @@ def parsing_js(orig):
     content_end=result.end()
 
     jscontent=content[content_begin:content_end-1]
-    write_to_file(jscontent,'c:/tmp/debug.txt')
+#    write_to_file(jscontent,'c:/tmp/debug.txt')
     jsobj=json.loads(jscontent)
     for x in jsobj[0][1][1:]:
         print(x[14][11])