scrolldown seems to get everything for flickr and facebook at the moment

This commit is contained in:
Noah Levitt 2014-02-14 17:57:04 -08:00
parent 28282641f2
commit b4846e1063
3 changed files with 23 additions and 38 deletions

View file

@ -8,7 +8,6 @@ import logging
behaviors_file = os.path.sep.join(__file__.split(os.path.sep)[:-1] + ['behaviors.json'])
def execute(url, websock, command_id):
logger = logging.getLogger('behaviors')
sleep(5)
with open(behaviors_file) as js:
behaviors = load(js)
for behavior in behaviors: