1
This commit is contained in:
parent
bbc15a2118
commit
64354e4152
@ -89,6 +89,8 @@ def statData():
|
|||||||
if row['owner_address'] != EMPTY_ADDRESS:
|
if row['owner_address'] != EMPTY_ADDRESS:
|
||||||
stat['nft_total'] += 1
|
stat['nft_total'] += 1
|
||||||
stat['nft_mint'] += 1
|
stat['nft_mint'] += 1
|
||||||
|
#end for
|
||||||
|
stat['nft_mint'] += stat['bindBox']['merchant_hold']
|
||||||
print(json.dumps(stat))
|
print(json.dumps(stat))
|
||||||
|
|
||||||
def loadData():
|
def loadData():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user