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@8709 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
dc853c0570
commit
bed3f7a126
@ -33,7 +33,7 @@
|
|||||||
# parser for the weather data
|
# parser for the weather data
|
||||||
package MyProplantaParser;
|
package MyProplantaParser;
|
||||||
use base qw(HTML::Parser);
|
use base qw(HTML::Parser);
|
||||||
use Time::HiRes qw(usleep nanosleep);
|
use Time::HiRes qw(usleep);
|
||||||
|
|
||||||
our @texte = ();
|
our @texte = ();
|
||||||
my $lookupTag = "span|b";
|
my $lookupTag = "span|b";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user