summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtmdblookup2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmdblookup b/tmdblookup
index 0b49a53..1079f5c 100755
--- a/tmdblookup
+++ b/tmdblookup
@@ -120,7 +120,7 @@ def parse(args):
defaults = {}
# Parse configuration.
config = configparser.ConfigParser()
- config.read([os.path.expanduser(CONFIG), os.path.expanduser(CONFIG)])
+ config.read([os.path.expanduser(CONFIG)])
defaults.update(dict(config.items("DEFAULT")))
# Parse options.
p = argparse.ArgumentParser(description=__doc__)