It saves data now yay.

This commit is contained in:
Patrick_Pluto 2024-09-20 16:06:40 +02:00
parent 840654f9d1
commit 1d1705ebfa
2 changed files with 15 additions and 1 deletions

View file

@ -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):