diff options
author | Guillermo Ramos | 2020-04-27 18:24:51 +0200 |
---|---|---|
committer | Guillermo Ramos | 2020-04-27 18:24:51 +0200 |
commit | 27a40ff19edc8bdefd88fec581edaa116cb42254 (patch) | |
tree | f28f048d125edc05f7b566c7fda6c9341d89ea82 | |
parent | 91e8a5cf14ff0bb30a78ad9cda6014700e7a73a3 (diff) | |
download | bots-27a40ff19edc8bdefd88fec581edaa116cb42254.tar.gz |
Fix pegatino after tg-utils bump
-rwxr-xr-x | pegatino.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pegatino.pl b/pegatino.pl index 2799c75..1fa884b 100755 --- a/pegatino.pl +++ b/pegatino.pl @@ -37,5 +37,5 @@ close $newh; unlink $origpath, $newpath; print encode_json({type => 'DOCUMENT', caption => 'Tenga, ayúdese', - content => encode_base64 $newimg, '', + content => encode_base64($newimg, ''), filename => 'cosa.png'}); |