mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 03:04:28 +00:00
Fix formatting
This commit is contained in:
parent
5c59a68cca
commit
323d069bf9
2 changed files with 3 additions and 1 deletions
2
app.py
2
app.py
|
@ -1706,6 +1706,8 @@ def inbox():
|
||||||
)
|
)
|
||||||
|
|
||||||
data = request.get_json(force=True)
|
data = request.get_json(force=True)
|
||||||
|
print(f"req_headers={request.headers}")
|
||||||
|
print(f"raw_data={data}")
|
||||||
logger.debug(f"req_headers={request.headers}")
|
logger.debug(f"req_headers={request.headers}")
|
||||||
logger.debug(f"raw_data={data}")
|
logger.debug(f"raw_data={data}")
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue