ghlister: remove unused constant CACHE_DIR

since quite a while cache dir is set via the conffile only
This commit is contained in:
Stefano Zacchiroli 2015-09-10 18:11:31 +02:00
parent 8768c60ddf
commit a97a2953c8

View file

@ -23,10 +23,6 @@ DEFAULT_CONF = {
}
# where to store raw json answers, for further processing/re-injection
CACHE_DIR = 'cache'
def db_connect(db_url):
engine = create_engine(db_url)
Session = sessionmaker(bind=engine)