Removed untested code

This commit is contained in:
nsde 2023-09-21 07:32:43 +02:00
parent 42f876e208
commit b174166f2a
2 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,8 @@ import os
import pytz
import asyncio
import datetime
import json
import time
from dotenv import load_dotenv
from motor.motor_asyncio import AsyncIOMotorClient

6
api/db/tester.py Normal file
View file

@ -0,0 +1,6 @@
from stats import *
import asyncio
manager = StatsManager()
asyncio.run(manager.get_model_usage())