1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00
Files
cheat.sh/lib
Rohan Kumar 4a2a6193f6 Fix: Py3: don't use str.decode()
`str.decode('utf-8')` is obsolete, and `str.decode` has been removed
since Python 3 makes everything Unicode by default. This commit avoids
receiving the following error for the TLDR adapter:
`AttributeError: 'str' object has no attribute 'decode'`
2020-03-19 13:22:14 -07:00
..
2020-03-19 13:22:14 -07:00
2019-07-07 11:33:06 +00:00
2019-05-11 18:26:10 +02:00
2018-07-31 00:04:15 +02:00
2019-05-11 18:26:10 +02:00
2020-01-23 14:08:26 +00:00
2020-01-23 14:08:26 +00:00
2018-08-06 22:03:20 +00:00
2019-05-09 22:22:30 +02:00
2019-05-11 18:26:10 +02:00