mirror of https://github.com/caronc/apprise
fixed commented typo
parent
e544260ec5
commit
0c0449fc70
|
@ -264,7 +264,7 @@ class NotifyBoxcar(NotifyBase):
|
||||||
# We're done early
|
# We're done early
|
||||||
return None
|
return None
|
||||||
|
|
||||||
# The first token is stored in the hostnamee
|
# The first token is stored in the hostname
|
||||||
access = results['host']
|
access = results['host']
|
||||||
|
|
||||||
# Now fetch the remaining tokens
|
# Now fetch the remaining tokens
|
||||||
|
|
|
@ -292,7 +292,7 @@ class NotifySlack(NotifyBase):
|
||||||
|
|
||||||
# Apply our settings now
|
# Apply our settings now
|
||||||
|
|
||||||
# The first token is stored in the hostnamee
|
# The first token is stored in the hostname
|
||||||
token_a = results['host']
|
token_a = results['host']
|
||||||
|
|
||||||
# Now fetch the remaining tokens
|
# Now fetch the remaining tokens
|
||||||
|
|
|
@ -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']
|
bot_token_a = results['host']
|
||||||
|
|
||||||
# Now fetch the remaining tokens
|
# Now fetch the remaining tokens
|
||||||
|
|
|
@ -129,7 +129,7 @@ class NotifyTwitter(NotifyBase):
|
||||||
|
|
||||||
# Apply our settings now
|
# Apply our settings now
|
||||||
|
|
||||||
# The first token is stored in the hostnamee
|
# The first token is stored in the hostname
|
||||||
consumer_key = results['host']
|
consumer_key = results['host']
|
||||||
|
|
||||||
# Now fetch the remaining tokens
|
# Now fetch the remaining tokens
|
||||||
|
|
Loading…
Reference in New Issue