oopss!
Some checks failed
Docker Build / Build and Push Images (push) Has been cancelled

This commit is contained in:
Seaswimmer 2024-08-03 00:27:50 -04:00
parent 266d2476f8
commit ec4b248f9f
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -28,7 +28,7 @@ config = {
"task_name": os.environ.get('FORGEJO_TASK_NAME'),
"page_size": os.environ.get('FORGEJO_PAGE_SIZE') or 10,
"artifact_names": os.environ.get('FORGEJO_ARTIFACT_NAMES', '').split(','),
"debug": os.environ.get('DEBUG') or False,
"debug": os.environ.get('DEBUG', '') or False,
}
config = Config(**config)