Skip to content

Commit

Permalink
Fix assigning append...
Browse files Browse the repository at this point in the history
  • Loading branch information
terjekv committed Jul 24, 2023
1 parent aefa6b7 commit 0e1da81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mregsite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
]
)
else:
processors.append = structlog.processors.JSONRenderer()
processors.append(structlog.processors.JSONRenderer())

structlog.configure(
processors=processors,
Expand Down

0 comments on commit 0e1da81

Please sign in to comment.