diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index cf33977a26..21f56136b9 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -728,8 +728,6 @@ COLORS = {'ff66ac','805ad5','62ca56','38a169','80ffff','2a96f3','eb4963','ff0000 BAN_EVASION_DOMAIN = 'stupidpol.site' BAN_EVASION_FULL = f'https://{BAN_EVASION_DOMAIN}' -DOUBLE_XP_ENABLED = -1 # set to unixtime for when DXP begins, -1 to disable - ### COMMENT NOTIFICATIONS ### FORTUNE_REPLIES = ('Your fortune: Allah Wills It','Your fortune: Inshallah, Only Good Things Shall Come To Pass','Your fortune: Allah Smiles At You This Day','Your fortune: Your Bussy Is In For A Blasting','Your fortune: You Will Be Propositioned By A High-Tier Twink','Your fortune: Repent, You Have Displeased Allah And His Vengeance Is Nigh','Your fortune: Reply Hazy, Try Again','Your fortune: lmao you just lost 100 coins','Your fortune: Yikes 😬','Your fortune: You Will Be Blessed With Many Black Bulls','Your fortune: NEETmax, The Day Is Lost If You Venture Outside','Your fortune: A Taste Of Jannah Awaits You Today','Your fortune: Watch Your Back','Your fortune: Outlook good','Your fortune: Godly Luck','Your fortune: Good Luck','Your fortune: Bad Luck','Your fortune: Good news will come to you by mail','Your fortune: Very Bad Luck','Your fortune: キタ━━━━━━(οΎŸβˆ€οΎŸ)━━━━━━ !!!!','Your fortune: Better not tell you now','Your fortune: You will meet a dark handsome stranger','Your fortune: οΌˆγ€€Β΄_ゝ`οΌ‰οΎŒο½°οΎ','Your fortune: Excellent Luck','Your fortune: Average Luck') diff --git a/files/routes/votes.py b/files/routes/votes.py index 37f3bd924a..4641860369 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -98,7 +98,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls): abort(400) existing = existing.one_or_none() - if DOUBLE_XP_ENABLED > 0 and int(time.time()) > DOUBLE_XP_ENABLED: + if HOLIDAY_EVENT: coin_mult = 2 coin_value = coin_delta * coin_mult