Skip to content

Commit 0178157

Browse files
author
Richard Jones
committed
add access to real db through HTML db
1 parent d82e9e9 commit 0178157

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ class HTMLDatabase:
198198
'''
199199
def __init__(self, client):
200200
self._client = client
201+
self._db = client.db
201202

202203
# we want config to be exposed
203204
self.config = client.db.config

0 commit comments

Comments
 (0)