fix: add room_store singleton instance
This commit is contained in:
@@ -247,3 +247,7 @@ class RoomStore:
|
||||
json.dumps(getattr(result, 'odds_snapshot', {})),
|
||||
))
|
||||
await db.commit()
|
||||
|
||||
|
||||
# Module-level singleton instance
|
||||
room_store = RoomStore(Config())
|
||||
|
||||
Reference in New Issue
Block a user