We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb75e0 commit c268176Copy full SHA for c268176
1 file changed
plugins/wyr.py
@@ -37,6 +37,9 @@ def get_wyr(headers):
37
else:
38
data['tags'] = []
39
40
+ if data['nsfw']:
41
+ data['tags'].append('nsfw')
42
+
43
return data
44
45
0 commit comments