summaryrefslogtreecommitdiff
path: root/tweet-archive.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tweet-archive.pl')
-rw-r--r--tweet-archive.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tweet-archive.pl b/tweet-archive.pl
index 2424206..1882fc3 100644
--- a/tweet-archive.pl
+++ b/tweet-archive.pl
@@ -27,5 +27,5 @@ for my $tweet ($client->home_timeline($latest_id)->@*) {
$store->store_tweet($tweet);
}
-$store->store_friends($client->friends);
-$store->store_followers($client->followers);
+#$store->store_friends($client->friends);
+#$store->store_followers($client->followers);