summaryrefslogtreecommitdiff
path: root/JKTwitterBot
diff options
context:
space:
mode:
Diffstat (limited to 'JKTwitterBot')
-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)