File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,11 @@ async def get_nice_td(
105105 if tdEntity .mstTreasureDeviceLv [0 ].script :
106106 for script_key in tdEntity .mstTreasureDeviceLv [0 ].script :
107107 nice_td ["script" ][script_key ] = [
108- get_nice_skill_script (region , tdLv .script )[script_key ]
109- if tdLv .script
110- else None
108+ (
109+ get_nice_skill_script (region , tdLv .script )[script_key ]
110+ if tdLv .script
111+ else None
112+ )
111113 for tdLv in tdEntity .mstTreasureDeviceLv
112114 ]
113115 for script_key in ("tdTypeChangeIDs" , "excludeTdChangeTypes" ):
Original file line number Diff line number Diff line change 518518 "玉兎輝夜" : " Jade Rabbit Kaguya" ,
519519 "朔月美遊" : " Miyu Sakatsuki" ,
520520 "ジュネス・クレーン" : " Jeunesse Crane" ,
521- "ネモ/ノア" : " ネモ/ノア "
521+ "ネモ/ノア" : " Nemo/Noah "
522522}
You can’t perform that action at this time.
0 commit comments