Skip to content

Commit

Permalink
Merge pull request #201 from Security-Tools-Alliance/fix-little-bugs
Browse files Browse the repository at this point in the history
fix: change install_type value in .env-dist and add missing imports
  • Loading branch information
AnonymousWP committed Sep 18, 2024
2 parents 6840691 + c3b031b commit 2b79276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env-dist
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ MAX_CONCURRENCY=30
# This section is for non-interactive installations only
#
# reNgine-ng installation type (prebuilt or source)
INSTALL_TYPE=pre-built
INSTALL_TYPE=prebuilt
# reNgine-ng web interface super user
DJANGO_SUPERUSER_USERNAME=rengine
DJANGO_SUPERUSER_EMAIL=rengine@example.com
Expand Down
2 changes: 2 additions & 0 deletions web/reNgine/common_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
import requests
import tldextract
import xmltodict
import validators
import ipaddress

from bs4 import BeautifulSoup
from urllib.parse import urlparse
Expand Down

0 comments on commit 2b79276

Please sign in to comment.