Compare commits
3 Commits
ccr-improv
...
main
Author | SHA1 | Date | |
---|---|---|---|
7eb009f84f | |||
c98776a74b | |||
e84ab72108 |
9
main.py
9
main.py
@ -5,6 +5,15 @@ from src.config.config import Configuration
|
||||
from src.rendering.helpers import TemplateHelpers
|
||||
from src.server.file_manager import create_filemanager_blueprint
|
||||
|
||||
fakeAPIKey = "DD_API_KEY=cb3318f52d4505f4820beb89b0b300a8"
|
||||
fakeAPIKey2 = "DD_API_KEY=cb3318f52d4505f4820beb89b0b300a8"
|
||||
|
||||
#OWASP TOP 10
|
||||
|
||||
from random import randrange
|
||||
|
||||
randrange(10) # randrange is not actually random
|
||||
|
||||
|
||||
def main():
|
||||
parser = create_parser()
|
||||
|
Reference in New Issue
Block a user