mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-16 03:41:41 +00:00
Merge pull request #2081 from pReya/patch-1
add logging output for pushover agent
This commit is contained in:
commit
ff364f28d9
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ module Agents
|
|||
def send_notification(post_params)
|
||||
response = HTTParty.post(API_URL, query: post_params)
|
||||
puts response
|
||||
log "Sent the following notification: \"#{post_params.except('token').inspect}\""
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue