make positional stats use Database.py
This commit is contained in:
@@ -111,6 +111,9 @@ class Database:
|
||||
def commit(self):
|
||||
self.fdb.db.commit()
|
||||
|
||||
def rollback(self):
|
||||
self.fdb.db.rollback()
|
||||
|
||||
def close_connection(self):
|
||||
self.connection.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user