Skip to content

Fix testing please ignore - #1

Open
codingfiddler wants to merge 2 commits into
mainfrom
fix-testing-please-ignore
Open

Fix testing please ignore#1
codingfiddler wants to merge 2 commits into
mainfrom
fix-testing-please-ignore

Conversation

@codingfiddler

Copy link
Copy Markdown
Owner

Description

This PR fixes #

Comment thread robyn/logger.py
Comment thread robyn/logger.py
underline: bool = False,
):
self.logger("This is Python")
self.logger("This is Python now")

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this word added?

Comment thread robyn/logger.py
underline: bool,
):
result = msg
result = f"msg{datetime.now()}"

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
result = f"msg{datetime.now()}"
result = f"{msg}{datetime.now()}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant