Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpawlak2 committed Mar 8, 2017
1 parent 8be837c commit 9158185
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.py
@@ -1,9 +1,10 @@
import instabot


def main():
bot = instabot.InstaBot()
bot.start()
bot = instabot.InstaBot()
bot.start()


if __name__ == "__main__":
main()
main()

0 comments on commit 9158185

Please sign in to comment.