fix syntax error

This commit is contained in:
Adrian Kuschelyagi Malacoda 2020-09-01 01:31:39 -05:00
parent f65361e06b
commit 167a03be3c

View File

@ -77,21 +77,21 @@ DO_NOT_ARCHIVE_CATEGORIES = [
# Boards we are not interested in archiving. # Boards we are not interested in archiving.
# `id_board` in (1, 2) # `id_board` in (1, 2)
DO_NOT_ARCHIVE_BOARDS = [ DO_NOT_ARCHIVE_BOARDS = [
24, 94, 118, 121 # Links 24, 94, 118, 121, # Links
40, # Exclusive Board 40, # Exclusive Board
65, # Requests for Moderatorship 65, # Requests for Moderatorship
66, # Requests for Membership+ 66, # Requests for Membership+
67, # Requests for Distinguished Membership 67, # Requests for Distinguished Membership
23, # M.A.S.K. HQ (Staff Board) 23, # M.A.S.K. HQ (Staff Board)
22, # Admins Only Board 22, # Admins Only Board
89, # Test Board 89, # Test Board
86, # Omega Archives 86, # Omega Archives
51, 37, 79, 26, 47, 44, 45, 99, 93, 119, 96, 51, 37, 79, 26, 47, 44, 45, 99, 93, 119, 96,
62, # Submit-A-Glitch Archives 62, # Submit-A-Glitch Archives
3, 4, 5, 57, 58, 59, 38, 54, 63, 64, 3, 4, 5, 57, 58, 59, 38, 54, 63, 64,
68, 69, 70, 81, 82, 83, 68, 69, 70, 81, 82, 83,
28, # The Dumpster Out Back 28, # The Dumpster Out Back
123 # ????? 123 # ?????
] ]
# Regexes for sensitive information # Regexes for sensitive information