We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7224bd commit b4bf3beCopy full SHA for b4bf3be
1 file changed
app.py
@@ -19,7 +19,7 @@ def __init__(self, config: Config):
19
20
async def initialize(self):
21
"""Initialize all application components"""
22
- self.logger.info("Initializing FlyMe application...")
+ self.logger.info("Launching FlyMe application...")
23
24
# Create Slack app
25
self.slack_app = create_slack_app()
0 commit comments