Skip to content

Commit

Permalink
Merge pull request #584 from tobser/raZberry_mh.ini_debug
Browse files Browse the repository at this point in the history
fix usage of mh.private.ini raZberry debug setting
  • Loading branch information
hollie committed Apr 4, 2016
2 parents abf2f56 + 810e615 commit cd7cd02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/raZberry.pm
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ sub new {
$self->{port} = 8083;
$self->{port} = $port if ($port);
$self->{debug} = 0;
$self->{debug} = $main::Debug{raZberry}
if ( defined $main::Debug{raZberry} );
$self->{debug} = $main::Debug{razberry}
if ( defined $main::Debug{razberry} );
$self->{lastupdate} = undef;
$self->{timeout} = 2;
$self->{timeout} = $main::config_parms{raZberry_timeout}
Expand Down

0 comments on commit cd7cd02

Please sign in to comment.