ghlister: remove unused constant CACHE_DIR
since quite a while cache dir is set via the conffile only
This commit is contained in:
parent
8768c60ddf
commit
a97a2953c8
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue