p62 - major patch from ray with new stats in HUD
added db todo file with the things that are left for the db
This commit is contained in:
@@ -40,7 +40,6 @@ import MySQLdb
|
||||
|
||||
class Database:
|
||||
def __init__(self, c, db_name, game):
|
||||
print "db_name = " + db_name
|
||||
if c.supported_databases[db_name].db_server == 'postgresql':
|
||||
self.connection = pgdb.connect(dsn = c.supported_databases[db_name].db_ip,
|
||||
user = c.supported_databases[db_name].db_user,
|
||||
|
||||
Reference in New Issue
Block a user