mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
PROPLANTA: nanosleep not used -> lib removed
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@8709 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
08861b6fce
commit
3b2876f349
@ -33,7 +33,7 @@
|
||||
# parser for the weather data
|
||||
package MyProplantaParser;
|
||||
use base qw(HTML::Parser);
|
||||
use Time::HiRes qw(usleep nanosleep);
|
||||
use Time::HiRes qw(usleep);
|
||||
|
||||
our @texte = ();
|
||||
my $lookupTag = "span|b";
|
||||
|
Loading…
x
Reference in New Issue
Block a user