aboutsummaryrefslogtreecommitdiff
path: root/tgsend
diff options
context:
space:
mode:
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;