|
@@ -5,7 +5,8 @@ import dataset
|
|
|
|
|
|
db = dataset.connect('mysql://hhh7796hhh:lYmWsu^ujcA1@hhh-v57-cluster.cluster-cmab1ctkglka.ap-northeast-2.rds.amazonaws.com:3306/xoops?charset=utf8mb4')
|
|
|
|
|
|
-lst=['5926','5878','5912','5939','5885','4300','1042','3559']
|
|
|
+#lst=['5926','5878','5912','5939','5885','4300','1042','3559']
|
|
|
+lst=['3559']
|
|
|
|
|
|
#lst=['5926','5878','5912','5939','5885','4300','1042']
|
|
|
|
|
@@ -54,6 +55,7 @@ for l in lst:
|
|
|
newjson=jsonld.replace('[___TEMPLATE___]',json_content)
|
|
|
print(newjson)
|
|
|
alldata+=newjson+"\n"
|
|
|
+ print(l)
|
|
|
else:
|
|
|
alldata+=line
|
|
|
# print(line)
|