maraujo / pySocialWatcher

Social Watcher on Facebook Marketing API
MIT License
109 stars 49 forks source link

MINOR ISSUE: Innacurate documentation of SLEEP constant #8

Closed julianface closed 6 years ago

julianface commented 6 years ago

Hey I was trying to fiddle with the SLEEP constant as per the documentation below:

"Advaced Configurations

Change Sleep time between requests to 10s:

from pysocialwatcher import constants constants.SLEEP = 10"

but the correct constant seems to be 'SLEEP_TIME' rather than 'SLEEP'

Best,

Julian

maraujo commented 6 years ago

Thank you for showing this error. I'll update the documentation.