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

Refactor notify_snatch to use title, message instead of episode name #5584

Merged
merged 6 commits into from
Nov 5, 2018

Conversation

medariox
Copy link
Contributor

@medariox medariox commented Nov 1, 2018

@ghost
Copy link

ghost commented Nov 1, 2018

DeepCode analyzed this pull request.
There are no new issues.

Copy link
Contributor

@p0psicles p0psicles left a comment

Choose a reason for hiding this comment

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

Ive merged the join pr. Can you also cleanup that after a develop merge rebase.

@medariox
Copy link
Contributor Author

medariox commented Nov 3, 2018

Yes, no problem. Will need some more time for this PR.

@ghost
Copy link

ghost commented Nov 4, 2018

DeepCode analyzed this pull request.
There are no new issues.

@medariox medariox changed the title Refactor notify_snatch to use episode object instead of formatted name Refactor notify_snatch to use title, message instead of episode name Nov 5, 2018

msg['Subject'] = 'New Login from IP: {0}'.format(ipaddress)
msg['Subject'] = '{0}: {1}'.format(title, ipaddress)
Copy link
Contributor

Choose a reason for hiding this comment

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

These new subjects are somewhat less informative then the old. Whas that on purpose?

Copy link
Contributor

Choose a reason for hiding this comment

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

Ow i swe that these gave all been added to notifystrings. Never mind.

@medariox medariox merged commit adc6107 into develop Nov 5, 2018
@medariox medariox deleted the feature/notify-snatch-use-obj branch November 5, 2018 15:33
@ouldsmobile ouldsmobile mentioned this pull request Nov 5, 2018
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants