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

Added IFTTT Support #6

Merged
merged 3 commits into from
Jun 8, 2020
Merged

Added IFTTT Support #6

merged 3 commits into from
Jun 8, 2020

Conversation

imaandrew
Copy link
Contributor

No description provided.

@fabytm fabytm merged commit da22ad5 into fabytm:master Jun 8, 2020
@@ -33,10 +33,14 @@ def check_power_and_internet(run, notification):
just_booted = True
elif run == "scheduled":
just_booted = False
if notification == "notification":
if notification == "notification" or "ifttt":
Copy link
Contributor

Choose a reason for hiding this comment

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

This if statement is broken, needs to be
if notification == "notification" or notification == "ifttt":

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.

3 participants