Skip to content

Commit

Permalink
Get list by name, not id.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 20, 2015
1 parent 137ef4f commit e13f4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create_lists
Expand Up @@ -93,7 +93,7 @@ foreach my $con ($con_rs->all) {
if ($con->list_id) {
$list = $t->show_list({
owner_screen_name => 'twittelection',
list_id => $con->list_id,
slug => $con->list_name,
});
if ($list) {
foreach my $mem (@{$t->list_members({ list_id => $list->{id} })->{users}}) {
Expand Down

0 comments on commit e13f4f7

Please sign in to comment.