dont devide by zero

This commit is contained in:
vulpine 2020-09-02 12:05:15 -04:00
parent 10d1e6e5d7
commit 18dc6fd808
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ async def richest(self,c,n,m):
async def init(self):
self.ledger = self.db['ledger']
self.initfund = 0
self.initfund = 1
self.cmd['sendcoins'] = send
self.cmd['balance'] = balance