Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroche committed Oct 18, 2010
1 parent bb82487 commit 0773b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/five/taskqueue/startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def databaseOpened(event):
"""Start the queue processing services based on the
settings in zope.conf"""
log.info('handling event IDatabaseOpenedEvent')
storeDBReference(event)
storeDBReference(event.database)
root_folder = getRootFolder(event)
startServices(root_folder)

Expand Down

0 comments on commit 0773b9a

Please sign in to comment.