Browse Source

fixed commented typo

pull/8/head
Chris Caron 7 years ago
parent
commit
0c0449fc70
  1. 2
      apprise/plugins/NotifyBoxcar.py
  2. 2
      apprise/plugins/NotifySlack.py
  3. 2
      apprise/plugins/NotifyTelegram.py
  4. 2
      apprise/plugins/NotifyTwitter/NotifyTwitter.py

2
apprise/plugins/NotifyBoxcar.py

@ -264,7 +264,7 @@ class NotifyBoxcar(NotifyBase):
# We're done early
return None
# The first token is stored in the hostnamee
# The first token is stored in the hostname
access = results['host']
# Now fetch the remaining tokens

2
apprise/plugins/NotifySlack.py

@ -292,7 +292,7 @@ class NotifySlack(NotifyBase):
# Apply our settings now
# The first token is stored in the hostnamee
# The first token is stored in the hostname
token_a = results['host']
# Now fetch the remaining tokens

2
apprise/plugins/NotifyTelegram.py

@ -303,7 +303,7 @@ class NotifyTelegram(NotifyBase):
),
)
# The first token is stored in the hostnamee
# The first token is stored in the hostname
bot_token_a = results['host']
# Now fetch the remaining tokens

2
apprise/plugins/NotifyTwitter/NotifyTwitter.py

@ -129,7 +129,7 @@ class NotifyTwitter(NotifyBase):
# Apply our settings now
# The first token is stored in the hostnamee
# The first token is stored in the hostname
consumer_key = results['host']
# Now fetch the remaining tokens

Loading…
Cancel
Save