Skip to content

Commit

Permalink
Fix up movie counts (ish)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbynd committed Dec 16, 2013
1 parent d344488 commit e436b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fix_movies.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import sqlite3
import sys

# note to self: best movie URL form is http://movies.netflix.com/WiMovie/70211364

conn = sqlite3.connect('netflix_genres.sqlite')
c = conn.cursor()

Expand Down
Binary file modified netflix.sqlite
Binary file not shown.

0 comments on commit e436b6e

Please sign in to comment.