mirror of https://github.com/aredn/aredn.git
minor fixes
This commit is contained in:
parent
478caec8f7
commit
5358f43604
|
@ -48,6 +48,8 @@ my $counter=0;
|
|||
my $sjson;
|
||||
my $njson;
|
||||
|
||||
system("touch $filename") unless (-f $filename);
|
||||
|
||||
if($parms{"realtime"}) {
|
||||
# ==== REALTIME DATA =====
|
||||
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst)=localtime(time);
|
||||
|
|
Loading…
Reference in New Issue