THAI: generate promotion for sure
This commit is contained in:
parent
916eb5879a
commit
751b8f70e6
3 changed files with 16 additions and 16 deletions
|
|
@ -409,9 +409,9 @@ else:
|
|||
file_xml_double3.close()
|
||||
|
||||
if "triple_template1" in param:
|
||||
file_inc_triple1 = open(directory_to_process + "/event/triple_promotion_template2.inc", 'r')
|
||||
file_inc_triple1 = open(directory_to_process + "/event/triple_promotion_template1.inc", 'r')
|
||||
file_inc_triple1_content = file_inc_triple1.read()
|
||||
file_inc_img = open(directory_to_process + "../image/event/image_triple_template2", 'r')
|
||||
file_inc_img = open(directory_to_process + "../image/event/image_triple_template1", 'r')
|
||||
file_inc_triple1_img_content = file_inc_img.read()
|
||||
|
||||
# replace key.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue