Change ratings terminology, better emoji support
This commit is contained in:
parent
ca2c0e6909
commit
d1003797f2
5 changed files with 11 additions and 11 deletions
8
feed.py
8
feed.py
|
@ -108,9 +108,9 @@ def feedgen(local=False):
|
|||
except:
|
||||
pass
|
||||
if origread.rating == "g":
|
||||
therating = "G"
|
||||
therating = "U"
|
||||
elif origread.rating == "t":
|
||||
therating = "T"
|
||||
therating = "G+"
|
||||
elif origread.rating == "m":
|
||||
therating = "M"
|
||||
elif origread.rating == "e":
|
||||
|
@ -142,9 +142,9 @@ def feedgen(local=False):
|
|||
except:
|
||||
pass
|
||||
if thefile.rating == "g":
|
||||
therating = "G"
|
||||
therating = "U"
|
||||
elif thefile.rating == "t":
|
||||
therating = "T"
|
||||
therating = "G+"
|
||||
elif thefile.rating == "m":
|
||||
therating = "M"
|
||||
elif thefile.rating == "e":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue