mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 18:33:57 +01:00
Update stats.py to enviorn
This commit is contained in:
parent
6d84c625a2
commit
8719efd619
|
@ -23,7 +23,7 @@ class StatsManager:
|
|||
"""
|
||||
|
||||
def __init__(self):
|
||||
self.conn = AsyncIOMotorClient(os.getenv('MONGO_URI'))
|
||||
self.conn = AsyncIOMotorClient(os.environ['MONGO_URI'])
|
||||
|
||||
async def _get_collection(self, collection_name: str):
|
||||
return self.conn[os.getenv('MONGO_NAME', 'nova-test')][collection_name]
|
||||
|
|
Loading…
Reference in a new issue