summaryrefslogtreecommitdiff
path: root/tweet-archive.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tweet-archive.pl')
-rw-r--r--tweet-archive.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tweet-archive.pl b/tweet-archive.pl
index 64e5525..bac22c5 100644
--- a/tweet-archive.pl
+++ b/tweet-archive.pl
@@ -41,7 +41,7 @@ if ($conf->{twitter} && $conf->{twitter}{enabled}) {
$store->store_tweet($tweet);
}
- $store->store_twitter_friends($client->friends);
+ #$store->store_twitter_friends($client->friends);
$store->store_twitter_followers($client->followers);
}
catch ($e) {