Skip to content

Commit

Permalink
bug fix for db (time package was not imported)
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Aug 5, 2019
1 parent faf84b4 commit 8de2c3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Jin Lee ([email protected])
"""

import time
import sys
import sqlite3
from collections import namedtuple
Expand Down

0 comments on commit 8de2c3c

Please sign in to comment.