mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Remove graph months str decode
This commit is contained in:
parent
d84dc23b46
commit
65e9e2b680
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ class Graphs(object):
|
|||
|
||||
for dt in sorted(month_range):
|
||||
date_string = dt.strftime('%Y-%m')
|
||||
categories.append(dt.strftime('%b %Y').decode(plexpy.SYS_ENCODING, 'replace'))
|
||||
categories.append(dt.strftime('%b %Y'))
|
||||
series_1_value = 0
|
||||
series_2_value = 0
|
||||
series_3_value = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue