diff options
author | Andinus <andinus@nand.sh> | 2020-08-29 23:26:58 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-08-29 23:26:58 +0530 |
commit | 6ffa05dd88a81b862ae69fbc422ddb0785f58a2b (patch) | |
tree | bdfeb8f24f64465f8bca1321036b0ceb4c159e03 /pyxis.pl | |
parent | 952fec8cc54b6f5afdb9038b182d671eed8fe088 (diff) | |
download | pyxis-6ffa05dd88a81b862ae69fbc422ddb0785f58a2b.tar.gz |
Add links to README
Diffstat (limited to 'pyxis.pl')
-rwxr-xr-x | pyxis.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyxis.pl b/pyxis.pl index a0e4cba..3077281 100755 --- a/pyxis.pl +++ b/pyxis.pl @@ -65,7 +65,7 @@ my %dispatch = ( }, timeline => sub { my %twtxt; - for my $feed (path($feeds_dir)->children) { + foreach my $feed (path($feeds_dir)->children) { for my $line ($feed->lines) { chomp $line; next if (substr($line, 0, 1) eq "#" |