mirror of
https://github.com/caronc/apprise.git
synced 2025-01-05 21:49:02 +01:00
fixed commented typo
This commit is contained in:
parent
e544260ec5
commit
0c0449fc70
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user