diff options
-rwxr-xr-x | pyxis.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyxis.pl b/pyxis.pl index 07fdffd..45e523f 100755 --- a/pyxis.pl +++ b/pyxis.pl @@ -50,7 +50,7 @@ my %dispatch = ( ->new( verify_SSL => 1, # default user-agent string if ending in space. - agent => "pyxis: https://andinus.nand.sh/pyxis ", + # agent => "pyxis: https://andinus.nand.sh/pyxis ", ); foreach my $feed (sort keys %feeds) { |