From 7a68f839895294ec302ab4afccee29faaa009c14 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Mon, 19 Sep 2016 03:57:44 +0200 Subject: [PATCH] Update README.md + Error #3: Description of Unicode character --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a6043b..ca48a38 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,11 @@ reload(sys) sys.setdefaultencoding('utf8') ``` -to [L32 f.](https://github.com/Dargmuesli/bottomnews/blob/master/newsbot/layer.py#L32). +to [L32 f.](https://github.com/Dargmuesli/bottomnews/blob/master/newsbot/layer.py#L32). In [L47](https://github.com/Dargmuesli/bottomnews/blob/master/newsbot/layer.py#L47) I added just one `u`: + +```python +MESSAGE_FORMAT = u"[{FROM}({TIME})]:[{MESSAGE_ID}]\t {MESSAGE}" +``` #### 4. Media