예제 #1
0
파일: tasks.py 프로젝트: ayax79/kegbot
def handle_new_picture(picture_id):
  foursquare_tasks.handle_new_picture(picture_id)
예제 #2
0
def handle_new_picture(picture_id):
    foursquare_tasks.handle_new_picture(picture_id)
예제 #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.')