Skip to content

Commit

Permalink
further fix for repeating posts from David Dolphin
Browse files Browse the repository at this point in the history
  • Loading branch information
George Ornbo committed Nov 13, 2009
1 parent 3840049 commit 9350ddb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Arthur.pm
Expand Up @@ -158,8 +158,11 @@ sub post_to_twitter($json_data)
}
}
}
# Finally write the status id to the local file for next time
&write_status_id($status_id);
# Finally write the status id to the local file for next time
if ($status_id > &get_status_id)
{
&write_status_id($status_id);
}
}

####################################
Expand Down

0 comments on commit 9350ddb

Please sign in to comment.