Skip to content

Commit

Permalink
Ep2
Browse files Browse the repository at this point in the history
  • Loading branch information
Toan Nguyen Dinh authored and Toan Nguyen Dinh committed Dec 22, 2017
1 parent d1cda7e commit 4425bd8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
venv
.idea
27 changes: 23 additions & 4 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion face.py
Expand Up @@ -33,7 +33,7 @@ def load_all(self):
results = self.db.select('SELECT faces.id, faces.user_id, faces.filename, faces.created FROM faces')

for row in results:

user_id = row[1]
filename = row[2]

Expand Down

0 comments on commit 4425bd8

Please sign in to comment.