diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-04-09 23:26:12 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-04-09 23:26:12 (GMT) |
commit | 852ff00d277eee5801bf487a1bfade7d1f2efe91 (patch) | |
tree | 7cc8eac9934c6f9edc8869c951f54309985540ae /rhimport-sm | |
parent | 642f558d975a86137e4e12b0294144ce9c38debb (diff) |
fixed stat file name for sounds of movement
Diffstat (limited to 'rhimport-sm')
-rwxr-xr-x | rhimport-sm | 2 |
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'; |