Update main.py
All checks were successful
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 50s
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 56s
Release / build (push) Successful in 1m21s
Release / publish_head (push) Successful in 1m17s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 3m40s
All checks were successful
Datadog Software Composition Analysis / Datadog SBOM Generation and Upload (push) Successful in 50s
Datadog Secrets Scanning / Datadog Static Analyzer (push) Successful in 56s
Release / build (push) Successful in 1m21s
Release / publish_head (push) Successful in 1m17s
Datadog Static Analysis / Datadog Static Analyzer (push) Successful in 3m40s
This commit is contained in:
8
main.py
8
main.py
@ -6,14 +6,6 @@ from src.rendering.helpers import TemplateHelpers
|
|||||||
from src.server.file_manager import create_filemanager_blueprint
|
from src.server.file_manager import create_filemanager_blueprint
|
||||||
|
|
||||||
|
|
||||||
AWS_SECRET_ACCESS_KEY = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
|
|
||||||
PASSWORD = "YiaysZ4g8QX1R8R"
|
|
||||||
AWS_ACCESS_KEY_ID = "AIDAJQABLZS4A3QDU576"
|
|
||||||
|
|
||||||
import hashlib
|
|
||||||
hashlib.sha1(1)
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
parser = create_parser()
|
parser = create_parser()
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
Reference in New Issue
Block a user