Updated (400, 700) to (500, 800)

This commit is contained in:
Cheng Hann Gan 2023-04-03 13:29:31 -04:00
parent 0ae365e478
commit d79403c646
3 changed files with 9 additions and 9 deletions

View file

@ -12224,3 +12224,4 @@ zznclm
129zh8g
12a4axm
12a2lce
12ar8bx

View file

@ -10,7 +10,7 @@
with open(merge_source_file, 'r', encoding='UTF-8') as f1:
out_json = json.loads(f1.read())
format_all_entries.format_all_entries(out_json)
format_all_entries(out_json)
base_image_path = os.path.join('..', 'web', '_img', 'canvas', 'place30')
ScaleConfig.image1 = os.path.join(base_image_path, '159.png')

File diff suppressed because one or more lines are too long