summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/post.py b/post.py
index 0909794..f6ca0e6 100755
--- a/post.py
+++ b/post.py
@@ -10,7 +10,7 @@ configfile = "post.conf"
def get_cfg_value(configfile, category, what, strict = 'yes'):
ret = None
- parser = configparser.SafeConfigParser()
+ parser = configparser.ConfigParser()
parser.read(configfile)
try: