diff --git a/bin/create_lists b/bin/create_lists index 8a0102e4a4..09a76c5628 100755 --- a/bin/create_lists +++ b/bin/create_lists @@ -120,6 +120,7 @@ foreach my $con ($con_rs->all) { $logger->info('Create ' . $con->name); $list = $t->create_list({ owner_screen_name => 'twittelection', + description => $con->name, name => $con->list_name, });