Fixed config path

This commit is contained in:
Michael Gregson 2009-01-10 19:42:10 -05:00
parent e3035e1b9a
commit ffe4056089
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from ceo import conf
import time
from datetime import datetime, timedelta
CONFIG_FILE = "etc/library.cf"
CONFIG_FILE = "/etc/csc/library.cf"
cfg = {}