From 9798cce822ce29a45a78d783dca38fa9762682eb Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 5 Feb 2022 12:23:14 +0200 Subject: [PATCH] sfd --- files/helpers/const.py | 2 +- setup | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 19f13fcfd..0d54620dc 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -564,5 +564,5 @@ FORTUNE_REPLIES = ('Your fortune: Allah Wills It',' no_pass_phrase = """

Sorry whiteboy, we're gonna need to see some ID before you start throwin that word around like it's nothing.\n\nTake a 10 minute time-out and come back when you've learned your lesson and/or paid reparations (by purchasing a BIPOC Approved™ Rdrama NWord Pass© from the shop) \n\nThis is an automated message; if you need help, you can message us here.

""" -if SITE in ('rdrama.net','too4you.net'): subs = ('2balkan4you','2middleeast4you') +if SITE == 'rdrama.net': subs = ('2balkan4you','2middleeast4you') else: subs = () \ No newline at end of file diff --git a/setup b/setup index c46a772b0..ced865073 100644 --- a/setup +++ b/setup @@ -13,6 +13,6 @@ sudo apt -y install gunicorn sudo apt -y install ffmpeg mkdir /songs mkdir /images -cp ./env.sh /env.sh -. /env.sh +cp ./env /env +. /env sudo -E gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80:80 --max-requests 1000 --max-requests-jitter 500 \ No newline at end of file