* fix typo
[lab.git] / twitterbot.pl
index 575ca65..d93e023 100755 (executable)
@@ -142,7 +142,7 @@ sub or_search {
             );
         }
         if ($res->{results}) {
-            VERBOSE and warn Dumper($res->{results});
+            VERBOSE and warn Dumper($res);
             foreach my $tweet (@{$res->{results}}) {
                 my $res = $bot->show_status($tweet->{id});
                 if ($res->{retweeted_status}) {