dont make cursormarsey default on wpd

pull/176/head
Aevann 2023-08-03 23:47:12 +03:00
parent dd1cf29fa6
commit c48b226332
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import datetime
DEFAULT_TIME_FILTER = "all"
DEFAULT_THEME = "midnight"
DEFAULT_COLOR = "805ad5"
CURSORMARSEY_DEFAULT = False
SPAM_URL_SIMILARITY_THRESHOLD = 0.1
SPAM_SIMILARITY_THRESHOLD = 0.5
@ -167,6 +168,7 @@ if not IS_LOCALHOST:
TAGLINES = ()
if SITE_NAME == 'rDrama':
CURSORMARSEY_DEFAULT = True
DEFAULT_COLOR = "ff459a"
patron = "Paypig"