one DB to rule them all

This commit is contained in:
Ryan Hitchman 2009-07-08 11:49:45 -06:00
parent a41349bae7
commit a0131cfaa8
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import sqlite3
from util import hook, timesince
dbname = "seen.db"
dbname = "skybot.db"
def adapt_datetime(ts):

View File

@ -8,7 +8,7 @@ import sqlite3
from util import hook, timesince
dbname = "skydb"
dbname = "skybot.db"
def adapt_datetime(ts):