less words, more emojis

This commit is contained in:
Nicholas Albion
2023-09-09 10:45:08 +10:00
parent 425d6ac0bf
commit ed945b63ea
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ class Developer(Agent):
self.project.skip_steps = False if ('skip_until_dev_step' in self.project.args and self.project.args['skip_until_dev_step'] == '0') else True
# DEVELOPMENT
print(colored(f"Ok, great, now, let's start with the actual development...\n", "green", attrs=['bold']))
print(colored(f"🚀 Now for the actual development...\n", "green", attrs=['bold']))
logger.info(f"Starting to create the actual code...")
self.implement_task()