feat: Enhance security by adding @login_required to multiple views and replacing print statements with logger.debug
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -87,7 +87,6 @@ def output(request):
|
||||
questions = format.format.strip().split("---")
|
||||
|
||||
for question in questions:
|
||||
print(question)
|
||||
if not question:
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user