aboutsummaryrefslogtreecommitdiff
path: root/tgsend
diff options
context:
space:
mode:
authorGuillermo Ramos2019-06-25 12:57:22 +0200
committerGuillermo Ramos2019-06-25 13:03:53 +0200
commit077112d7242df2d1a26d90506b23045c6a6eb4ab (patch)
tree9509e135485c123a9f797347d0448e36eb46b84a /tgsend
parent16cd42e6fbfbf6fff06fd50926ac374b771e3f97 (diff)
downloadtgutils-077112d7242df2d1a26d90506b23045c6a6eb4ab.tar.gz
TgLib::Cache does its own logging
Diffstat (limited to 'tgsend')
-rwxr-xr-xtgsend2
1 files changed, 1 insertions, 1 deletions
diff --git a/tgsend b/tgsend
index e9100b7..db6f412 100755
--- a/tgsend
+++ b/tgsend
@@ -16,8 +16,8 @@ use Pod::Usage qw<pod2usage>;
use FindBin;
use lib "$FindBin::Bin/lib";
use TgLib qw<fetch_token>;
-require TgLib::Logger;
require TgLib::Api;
+require TgLib::Logger;
my $TOKEN;
my $PRETEND;