Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 2761444

Browse files
committed
Update Web Crawling Pipeline
1 parent feae95f commit 2761444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/settings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
DEBUG=(bool,False)
1919
)
2020

21-
SELENIUM_HEADLESS=env('SELENIUM_HEADLESS', False)
22-
2321
# Build paths inside the project like this: BASE_DIR / 'subdir'.
2422
BASE_DIR = Path(__file__).resolve().parent.parent
2523

@@ -40,6 +38,8 @@
4038
# SECURITY WARNING: keep the secret key used in production secret!
4139
SECRET_KEY = env('SECRET_KEY')
4240

41+
SELENIUM_HEADLESS = env('SELENIUM_HEADLESS', False)
42+
4343
# SECURITY WARNING: don't run with debug turned on in production!
4444
DEBUG = env('DEBUG')
4545

0 commit comments

Comments
 (0)