PROPLANTA: improved robustness

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9826 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
tpoitzsch
2015-11-08 14:57:29 +00:00
parent 92c7a0ff36
commit 3ec72a3008

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;