diff options
Diffstat (limited to 'JKTwitterBot/src/thebot.py')
-rw-r--r-- | JKTwitterBot/src/thebot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JKTwitterBot/src/thebot.py b/JKTwitterBot/src/thebot.py index 7f8ed04..3804802 100644 --- a/JKTwitterBot/src/thebot.py +++ b/JKTwitterBot/src/thebot.py @@ -90,7 +90,7 @@ if __name__ == '__main__': print e
poster.friendships.destroy(id=user)
poster.friendships.create(id=user)
-
+
for friend in friends: # adds all friends from friends.txt
follow_user(friend)
|