1 2 3 4 5 6 7
db_creds = 'steuermann.db' def open_db() : import sqlite3 return sqlite3.connect(db_creds) logdir = '/ssbwebv1/data2/steuermann/logs'