diff --git a/push.py b/push.py index 1d0673f..f7d16c0 100644 --- a/push.py +++ b/push.py @@ -6,7 +6,8 @@ cfg = ConfigParser() def load_config(): - cfg.read(os.path.join(os.path.join(os.path.dirname(os.path.realpath(__file__)), 'config'),'push.ini')) + cfg.read(os.path.join(os.path.join(os.path.dirname(os.path.realpath(__file__)), 'config'), 'push.ini'), + encoding='utf-8') def title(status):