fix: datetime format

main
beiyanpiki 1 year ago
parent 8d6b4013ec
commit 0dd51b175c

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 232 KiB

@ -151854,7 +151854,7 @@
"name": "\u592a\u9633&\u6708\u4eae \u7279\u5178\u5361",
"set_id": "SMP",
"symbol": "SMP",
"release_date": "",
"release_date": null,
"series": "Sun & Moon",
"main_expansion": false,
"cards": [
@ -154480,7 +154480,7 @@
"name": "\u5251&\u76fe \u7279\u5178\u5361",
"set_id": "SSP",
"symbol": "SSP",
"release_date": "",
"release_date": null,
"series": "Sword & Shield",
"main_expansion": false,
"cards": [

File diff suppressed because one or more lines are too long

@ -367,12 +367,12 @@ def main():
database["SSP"].symbol = 'SSP'
database["SSP"].set_id = 'SSP'
database["SSP"].name = "剑&盾 特典卡"
database['SSP'].release_date = ''
database['SSP'].release_date = None
database["SMP"].symbol = 'SMP'
database["SMP"].set_id = 'SMP'
database["SMP"].name = '太阳&月亮 特典卡'
database['SMP'].release_date = ''
database['SMP'].release_date = None
database['PROMO-MARNIE'].set_id = 'PROMO-MARNIE'
database['PROMO-CharizardA'].set_id = 'PROMO-CharizardA'

Loading…
Cancel
Save