Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
+ Error #3: Description of Unicode character
  • Loading branch information
dargmuesli committed Sep 19, 2016
1 parent 40ebf41 commit 7a68f83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a68f83

Please sign in to comment.