Skip to content

Instantly share code, notes, and snippets.

@namlook
Created September 26, 2013 12:35
Show Gist options
  • Save namlook/6713548 to your computer and use it in GitHub Desktop.
Save namlook/6713548 to your computer and use it in GitHub Desktop.
self.db.Nugget.collection.update({"url": self.url}, {
"$addToSet": {"topics": {"$each": self.topics}},
"$inc": 1
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment