marclave / InstaBot

A simple Instagram bot written in Python
199 stars 74 forks source link

KeyError: 'SLEEPTIME' #10

Closed 5p4ce closed 9 years ago

5p4ce commented 9 years ago

Hey Marclave, I always get this Error if i start the bot :( can you help?

        InstaBot             
Developed by Marc Laventure  

Liking #huntgram YOU LIKED 955809077622088464_964231

Traceback (most recent call last): File "/Users/Julian/Documents/InstaBot/InstaBot.py", line 113, in like(br, hashtags) File "/Users/Julian/Documents/InstaBot/InstaBot.py", line 85, in like time.sleep(profile['SLEEPTIME']) KeyError: 'SLEEPTIME'

marclave commented 9 years ago

Can you post your profile please, I believe you input an incorrect sleep time

5p4ce commented 9 years ago

Had to add the line SLEEPTIME: 2 to the profile.yml. Works now.

marclave commented 9 years ago

Excellent, I figured it was such.