From 27a40ff19edc8bdefd88fec581edaa116cb42254 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Mon, 27 Apr 2020 18:24:51 +0200 Subject: Fix pegatino after tg-utils bump --- pegatino.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}); -- cgit v1.2.3