We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da04ba commit fdd1a40Copy full SHA for fdd1a40
roundup/cgi/client.py
@@ -1,4 +1,4 @@
1
-# $Id: client.py,v 1.125 2003-07-03 23:43:47 richard Exp $
+# $Id: client.py,v 1.126 2003-07-21 22:56:54 richard Exp $
2
3
__doc__ = """
4
WWW request handler (also used in the stand-alone server).
@@ -317,6 +317,9 @@ def clean_sessions(self):
317
def determine_user(self):
318
''' Determine who the user is
319
'''
320
+ # open the database as admin
321
+ self.opendb('admin')
322
+
323
# clean age sessions
324
self.clean_sessions()
325
0 commit comments