Change ratings terminology, better emoji support

This commit is contained in:
trémeur 2023-11-20 20:21:51 +00:00
parent ca2c0e6909
commit d1003797f2
5 changed files with 11 additions and 11 deletions

View file

@ -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":