This commit is contained in:
aozhiwei 2023-02-22 15:52:34 +08:00
parent bbc15a2118
commit 64354e4152

View File

@ -89,6 +89,8 @@ def statData():
if row['owner_address'] != EMPTY_ADDRESS:
stat['nft_total'] += 1
stat['nft_mint'] += 1
#end for
stat['nft_mint'] += stat['bindBox']['merchant_hold']
print(json.dumps(stat))
def loadData():