Esempio n. 1
0
def handle_new_picture(picture_id):
  foursquare_tasks.handle_new_picture(picture_id)
Esempio n. 2
0
def handle_new_picture(picture_id):
    foursquare_tasks.handle_new_picture(picture_id)
Esempio n. 3
0
def handle_new_picture(picture_id):
  if features.use_foursquare():
    LOGGER.info('handle_new_picture: dispatching to foursquare ..')
    foursquare_tasks.handle_new_picture(picture_id)
  else:
    LOGGER.info('handle_new_picture: foursquare not enabled, skipping.')