Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -80,7 +80,7 @@ async def echo(request: Request) -> Dict[str, Any]:
|
|
| 80 |
print("\n๐ Request body:")
|
| 81 |
raw_text = body_bytes.decode("utf-8", errors="ignore")
|
| 82 |
print(raw_text)
|
| 83 |
-
print("="*
|
| 84 |
|
| 85 |
# ู
ุญุงููุฉ ุชูููู JSON ุฃู ููุฑู
|
| 86 |
parsed: Any
|
|
|
|
| 80 |
print("\n๐ Request body:")
|
| 81 |
raw_text = body_bytes.decode("utf-8", errors="ignore")
|
| 82 |
print(raw_text)
|
| 83 |
+
print("="*98)
|
| 84 |
|
| 85 |
# ู
ุญุงููุฉ ุชูููู JSON ุฃู ููุฑู
|
| 86 |
parsed: Any
|