From 302f21270dacf6129084b9e4434e30afdc953f1d Mon Sep 17 00:00:00 2001 From: ryanmcgrath Date: Mon, 13 Sep 2010 02:21:47 -0700 Subject: [PATCH] Migrated from status-methods v7 --- Status-Methods.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Status-Methods.textile b/Status-Methods.textile index 5ebbd0f..e5ec99c 100644 --- a/Status-Methods.textile +++ b/Status-Methods.textile @@ -17,7 +17,7 @@ import tango # Instantiate with Basic (HTTP) Authentication twitter = tango.setup(authtype="Basic", username="example", password="example") -status = twitter.updateStatus("See how easy this was?") +twitter.updateStatus("See how easy this was?") @@ -36,7 +36,7 @@ import tango # Instantiate with Basic (HTTP) Authentication twitter = tango.setup(authtype="Basic", username="example", password="example") -status = twitter.destroyStatus("12344545") +twitter.destroyStatus("12344545")