-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Add circleci config file #137
Conversation
MAIL_USERNAME = os.getenv("MAIL_USERNAME") | ||
MAIL_PASSWORD = os.getenv("MAIL_PASSWORD") | ||
MAIL_SENDER = os.getenv("MAIL_SENDER") | ||
if tls := os.getenv("MAIL_USE_TLS"): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SyntaxError: invalid syntax
missing whitespace after ':'
missing whitespace around operator
multiple statements on one line (colon)
Hello @Haider8! Thanks for updating this PR.
Comment last updated at 2020-06-24 19:25:20 UTC |
No description provided.