diff --git a/config.py b/config.py index e87a6d5..760d7ef 100644 --- a/config.py +++ b/config.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + config = { # heroku "heroku_postgres_key": "", @@ -23,4 +25,4 @@ # rss "rss_url": "http://siliconrus.com/feed/" -} \ No newline at end of file +}