summaryrefslogtreecommitdiff
path: root/rhimport-sm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2013-04-09 23:26:12 (GMT)
committerChristian Pointner <equinox@helsinki.at>2013-04-09 23:26:12 (GMT)
commit852ff00d277eee5801bf487a1bfade7d1f2efe91 (patch)
tree7cc8eac9934c6f9edc8869c951f54309985540ae /rhimport-sm
parent642f558d975a86137e4e12b0294144ce9c38debb (diff)
fixed stat file name for sounds of movement
Diffstat (limited to 'rhimport-sm')
-rwxr-xr-xrhimport-sm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-sm b/rhimport-sm
index ed6a704..e73c8a9 100755
--- a/rhimport-sm
+++ b/rhimport-sm
@@ -42,7 +42,7 @@ my $DBUSER = "rivendell";
my $DBPW = "lldriven";
my $DB = "rivendell";
-my $STAT_FILE = $ENV{'HOME'} . "/rhimport-rs.stat";
+my $STAT_FILE = $ENV{'HOME'} . "/rhimport-sm.stat";
my $RSS_URL = "http://cba.fro.at/seriesrss/1512?dev=true";
$XML::Feed::MULTIPLE_ENCLOSURES=1;
my $PV_ID = '304';