2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-10 08:04:00 +00:00

PROPLANTA: improved robustness

git-svn-id: https://svn.fhem.de/fhem/trunk@9826 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch 2015-11-08 14:57:29 +00:00
parent 5ae40d3618
commit 6802aa70ae

View File

@ -617,7 +617,7 @@ sub PROPLANTA_Start($)
#####################################
sub PROPLANTA_Run($)
{
setpriority( 0, 0, 10);
eval "setpriority( 0, 0, 10);"; #work-around for old perl
my ($name) = @_;
my $ptext=$name;
my $URL;