From 077112d7242df2d1a26d90506b23045c6a6eb4ab Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Tue, 25 Jun 2019 12:57:22 +0200 Subject: TgLib::Cache does its own logging --- tgsend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tgsend') diff --git a/tgsend b/tgsend index e9100b7..db6f412 100755 --- a/tgsend +++ b/tgsend @@ -16,8 +16,8 @@ use Pod::Usage qw; use FindBin; use lib "$FindBin::Bin/lib"; use TgLib qw; -require TgLib::Logger; require TgLib::Api; +require TgLib::Logger; my $TOKEN; my $PRETEND; -- cgit v1.2.3