random fix

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-30 20:10:33 -05:00
parent 2beef9f725
commit b8542af64c
1 changed files with 2 additions and 1 deletions

View File

@ -209,7 +209,8 @@ def sanitize(sanitized, golden=True, limit_pings=0, showmore=True, count_marseys
if torture:
sanitized = torture_ap(sanitized, g.v.username)
sanitized += '\n:#trumpjaktalking:' if random.random() >= 0.50 else '\n:#reposthorse:'
emoji = choice(['trumpjaktalking', 'reposthorse'])
sanitized += f'\n:#{emoji}:'
sanitized = normalize_url(sanitized)