OSDN Git Service

change status logging in DB.
[rec10/rec10-git.git] / rec10 / trunk / src / rec10d.py
index d68f6da..b3be636 100644 (file)
@@ -18,6 +18,7 @@ if db == "MySQL":
     dbpwd = configreader.getdbpath("mysql_passwd")
     dbport = int(configreader.getdbpath("mysql_port"))
     rec10db = dbMySQL.DB_MySQL(dbname=dbn, host=dbh, user=dbu, passwd=dbpwd, port=dbport)
+    rec10db.new_status()
 else:
     rec10db = dbSQLite.DB_SQLite(path + "ch.db")
 if __name__ == "__main__":