Skip to content

Commit

Permalink
D'oh! really fixed set screw up.
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-martin committed Oct 18, 2010
1 parent badd9e6 commit 30d2f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def reply_to_user(self, user, app_status):
self.response.out.write("<p>Not enough tweets</p>")
fail_reply = "@" + screen_name + " sorry, you need to tweet more :("
twitter.post_tweet(fail_reply)
app_status.set('latest_reply') = fail_reply
app_status.set('latest_reply', fail_reply)
return

tweet_prefix = '@' + screen_name + ' markovated: '
Expand Down

0 comments on commit 30d2f70

Please sign in to comment.