Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def decode(cert) -> str:
|
|
42 |
"message": "Unexpected error while processing the certificate.",
|
43 |
"error": str(e)
|
44 |
}
|
45 |
-
|
46 |
return json.dumps(response, indent=4) # Always return a JSON string
|
47 |
|
48 |
def app():
|
|
|
42 |
"message": "Unexpected error while processing the certificate.",
|
43 |
"error": str(e)
|
44 |
}
|
45 |
+
print(response)
|
46 |
return json.dumps(response, indent=4) # Always return a JSON string
|
47 |
|
48 |
def app():
|