Update main.py
All checks were successful
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 54s
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 1m0s
Release / build (push) Successful in 1m26s
Release / publish_head (push) Successful in 1m22s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 5m44s
All checks were successful
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 54s
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 1m0s
Release / build (push) Successful in 1m26s
Release / publish_head (push) Successful in 1m22s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 5m44s
This commit is contained in:
2
main.py
2
main.py
@ -5,6 +5,8 @@ from src.config.config import Configuration
|
|||||||
from src.rendering.helpers import TemplateHelpers
|
from src.rendering.helpers import TemplateHelpers
|
||||||
from src.server.file_manager import create_filemanager_blueprint
|
from src.server.file_manager import create_filemanager_blueprint
|
||||||
|
|
||||||
|
fakeAPIKey = "DD_API_KEY=cb3318f52d4505f4820beb89b0b300a8"
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
parser = create_parser()
|
parser = create_parser()
|
||||||
|
Reference in New Issue
Block a user