Skip to content
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

Merged
merged 10 commits into from
Jun 24, 2020
Merged

chore: Add circleci config file #137

merged 10 commits into from
Jun 24, 2020

Conversation

Haider8
Copy link
Member

@Haider8 Haider8 commented Jun 24, 2020

No description provided.

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"):
Copy link

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)

@pep8speaks
Copy link

pep8speaks commented Jun 24, 2020

Hello @Haider8! Thanks for updating this PR.

Line 33:12: E701 multiple statements on one line (colon)
Line 33:12: E231 missing whitespace after ':'
Line 33:13: E225 missing whitespace around operator
Line 33:13: E999 SyntaxError: invalid syntax

Comment last updated at 2020-06-24 19:25:20 UTC

@Haider8 Haider8 merged commit d523682 into dev Jun 24, 2020
@Haider8 Haider8 deleted the circleci-integration branch June 24, 2020 19:40
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.

2 participants