summaryrefslogtreecommitdiff
path: root/JKTwitterBot/src/thebot.py
diff options
context:
space:
mode:
authorBasherSlash@gmail.com <BasherSlash@gmail.com>2011-05-21 04:00:25 +0000
committerBasherSlash@gmail.com <BasherSlash@gmail.com>2011-05-21 04:00:25 +0000
commit7472ff42106549836fe6305b0bda695c07ef0f18 (patch)
tree95b0584e775b9f3ae33c3798b201ddf121f02516 /JKTwitterBot/src/thebot.py
parentfffb7e46bbef8f5a174390d4fc9aba64ce9c3637 (diff)
Diffstat (limited to 'JKTwitterBot/src/thebot.py')
-rw-r--r--JKTwitterBot/src/thebot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/JKTwitterBot/src/thebot.py b/JKTwitterBot/src/thebot.py
index b194e89..30d3866 100644
--- a/JKTwitterBot/src/thebot.py
+++ b/JKTwitterBot/src/thebot.py
@@ -94,7 +94,7 @@ if __name__ == '__main__':
print e
poster.friendships.destroy(id=user)
poster.friendships.create(id=user)
-
+ # commented out so all friends are not added
#for friend in friends: # adds all friends from friends.txt
# follow_user(friend)