aboutsummaryrefslogtreecommitdiff
path: root/steuermann/config.py
blob: a2beda29f9120150d18db78fb8245f6f702eae74 (plain) (blame)
1
2
3
4
5
6
7
8
db_creds = 'steuermann.db'

def open_db() :
    import sqlite3
    return sqlite3.connect(db_creds)

logdir = 'logs'
host_logs = 'host_logs'