Skip to content

Fix small Python 3 warnings#484

Open
elboulangero wants to merge 1 commit intoCrimsonForge-io:masterfrom
elboulangero:master
Open

Fix small Python 3 warnings#484
elboulangero wants to merge 1 commit intoCrimsonForge-io:masterfrom
elboulangero:master

Conversation

@elboulangero
Copy link
Copy Markdown

/opt/king-phisher/king_phisher/client/tabs/mail.py:1079: SyntaxWarning: "is" with a literal. Did you mean "=="?
if spf_result is 'fail':
/opt/king-phisher/king_phisher/client/tabs/mail.py:1081: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif spf_result is 'softfail':

  /opt/king-phisher/king_phisher/client/tabs/mail.py:1079: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if spf_result is 'fail':
  /opt/king-phisher/king_phisher/client/tabs/mail.py:1081: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif spf_result is 'softfail':
@elboulangero elboulangero changed the title Fix small Python 3 errors Fix small Python 3 warnings Apr 27, 2022
@stale
Copy link
Copy Markdown

stale bot commented Feb 28, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants