DO inter with promotion mode
This commit is contained in:
parent
9a17aca98c
commit
33b361ca2e
25 changed files with 33361 additions and 796 deletions
|
|
@ -44,7 +44,7 @@ content_data = content_data_was_repack.replace(";BigLogoLayout", file_inc2_conte
|
|||
|
||||
begin_text = content_data.index(";TAGESP")
|
||||
end_text = content_data.index(";TAGESP", begin_text + 7)
|
||||
#print("sub text = " + str(begin_text) + " end = " + str(end_text))
|
||||
print("TAGESP sub text = " + str(begin_text) + " end = " + str(end_text))
|
||||
tmp1 = content_data[: begin_text - 7]
|
||||
|
||||
tmp2 = content_data[ end_text:-1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue