It saves data now yay.
This commit is contained in:
parent
840654f9d1
commit
1d1705ebfa
2 changed files with 15 additions and 1 deletions
|
@ -13,6 +13,7 @@ class API:
|
|||
self.ai_response = {}
|
||||
self.ai = AI()
|
||||
self.db = DB()
|
||||
self.db.load_database()
|
||||
CORS(self.app)
|
||||
|
||||
def run(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue