Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
fortunes shouldn't be cached
Browse files Browse the repository at this point in the history
  • Loading branch information
majuscule committed Mar 20, 2013
1 parent 5f8b032 commit 64f68ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DDG/Goodie/Fortune.pm
Expand Up @@ -13,7 +13,7 @@ category 'random';
topics 'words_and_games';
attribution github => ['https://github.com/frncscgmz', 'frncscgmz'];

zci is_cached => 1;
zci is_cached => 0;
zci answer_type => "fortune";

handle remainder => sub {
Expand Down

0 comments on commit 64f68ff

Please sign in to comment.