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 7dd516dcd5
commit 94ada686a3

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;