config system implemented

This commit is contained in:
brent s 2017-09-19 05:59:01 -04:00
parent b2ba35504d
commit 4dedd79942
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ NOW = datetime.datetime.utcnow()
NOWstr = NOW.strftime('%Y-%m-%d')

# TODO:
# - use a config file system
# - cleanup/rotation should be optional

cfgfile = os.path.join(os.environ['HOME'], '.sksdump.ini')