config: cleanup

This commit is contained in:
Dylan Araps 2018-04-01 15:32:33 +10:00
parent a057497d13
commit 51d576a8fa
2 changed files with 0 additions and 2 deletions

View File

@ -158,7 +158,6 @@ def process_args(args):
wallpaper.change(colors_plain["wallpaper"])
sequences.send(colors_plain, to_send=not args.s)
export.every(colors_plain)
if not args.e:

View File

@ -34,6 +34,5 @@ if not os.path.isfile(CONF_FILE):
util.create_dir(CONF_DIR)
shutil.copy2(DEFAULT_CONF_FILE, CONF_DIR)
CONFIG = configparser.ConfigParser()
CONFIG.read(CONF_FILE)