Skip to content

Commit

Permalink
Use ::shot::create API
Browse files Browse the repository at this point in the history
  • Loading branch information
sudowork committed Apr 29, 2021
1 parent c51cfb6 commit 7b81514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de1plus/plugins/webhook/plugin.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace eval ::plugins::${plugin_name} {
http::register https 443 [list ::tls::socket -servername $settings(webhook_domain)]

# Craft HTTP Body
set espresso_data [format_espresso_for_history]
set espresso_data [::shot::create]
set clock [clock seconds]
set boundary "--------$clock"
set type "multipart/form-data, charset=utf-8, boundary=$boundary"
Expand Down

0 comments on commit 7b81514

Please sign in to comment.