aboutsummaryrefslogtreecommitdiffstats
path: root/push.py
diff options
context:
space:
mode:
Diffstat (limited to 'push.py')
-rwxr-xr-xpush.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/push.py b/push.py
index 93bf6d0..2fa1832 100755
--- a/push.py
+++ b/push.py
@@ -13,7 +13,7 @@ try:
except IndexError:
cfg = os.path.dirname(os.path.realpath(__file__)) + '/push.cfg'
-with open(cfg) as fh:
+with open(cfg, 'r') as fh:
maps = yaml.load(fh)
sender_map = maps.get('senders', [])