code cleanup

This commit is contained in:
Mouse Reeve
2020-11-01 08:54:10 -08:00
parent 4684a83e6f
commit c334451216
3 changed files with 26 additions and 24 deletions

View File

@ -17,7 +17,7 @@ status_types = [
'comment',
'quotation',
'boost',
'generatedstatus'
'generatednote'
]
status_path = r'%s/(%s)/(?P<status_id>\d+)' % \
(local_user_path, '|'.join(status_types))