config system implemented

This commit is contained in:
brent s 2017-09-19 05:59:01 -04:00
parent b2ba35504d
commit 4dedd79942

View File

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


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


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