Skip to content

Instantly share code, notes, and snippets.

@longfin
Created February 12, 2012 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save longfin/1808721 to your computer and use it in GitHub Desktop.
Save longfin/1808721 to your computer and use it in GitHub Desktop.
before eventlet...
# 페이스북 계정들을 가져와서 반복하면서
for account in FacebookAccount.query:
account.update() #FQL을 보내자.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment