forked from rDrama/rDrama
1
0
Fork 0

fix missing comma

master
Aevann 2024-04-01 23:28:26 +02:00
parent ead44ed182
commit 6df686102c
1 changed files with 1 additions and 1 deletions

View File

@ -485,5 +485,5 @@ MODACTION_TYPES_FILTERED = deepcopy({t:v for t,v in MODACTION_TYPES.items()
if not t in MODACTION_PRIVILEGED_TYPES})
MODACTION_TYPES__FILTERED = deepcopy({t:v for t,v in MODACTION_TYPES.items()
if not t in MODACTION_PRIVILEGED__TYPES})
AEVANN_EXCLUDED_MODACTION_TYPES = {'pin_post', 'unpin_post'
AEVANN_EXCLUDED_MODACTION_TYPES = {'pin_post', 'unpin_post',
'pin_comment', 'unpin_comment'}