mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 07:56:03 +00:00
74_THINKINGCLEANER: add missing variable import
git-svn-id: https://svn.fhem.de/fhem/trunk@12401 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9c05cb4f56
commit
30283d4679
@ -29,9 +29,10 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Data::Dumper;
|
||||
use vars qw(%data);
|
||||
use HttpUtils;
|
||||
use Encode;
|
||||
use Data::Dumper;
|
||||
|
||||
no warnings "all";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user