mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
add $ sign
This commit is contained in:
parent
713c323113
commit
4c5e4aed1f
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class SoftwareCompany(BaseModel):
|
|||
"""Invest company. raise NoMoneyException when exceed max_budget."""
|
||||
self.investment = investment
|
||||
CONFIG.max_budget = investment
|
||||
logger.info(f'Investment: {investment}')
|
||||
logger.info(f'Investment: ${investment}.')
|
||||
# logger.info(self.config)
|
||||
|
||||
def _check_balance(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue