minor fix

This commit is contained in:
fbsanchez 2020-01-02 15:49:32 +01:00
parent dfca202dc4
commit 14a2da39b1
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ use XML::Simple;
use HTML::Entities;
use Time::Local;
use Time::HiRes qw(time);
use POSIX qw(strftime floor);
use POSIX qw(strftime);
use threads;
use threads::shared;
use JSON qw(decode_json encode_json);