Yuriy Zhilovets il y a 7 ans
Parent
commit
0acdea5782
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      telegram.pl

+ 1 - 1
telegram.pl

@@ -266,7 +266,7 @@ sub notify
   
   return request("sendMessage", $params)->catch(sub
   {
-    $log->error($params, Dumper @_);
+    $log->error(Dumper $params,@_);
   });
 }