Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,6 @@ async def get_results():
|
|
63 |
except Exception as e:
|
64 |
# Print the full error traceback to your logs
|
65 |
print("Error occurred:", str(e))
|
66 |
-
print("Traceback:", traceback.format_exc())
|
67 |
raise HTTPException(status_code=500, detail=str(e))
|
68 |
|
69 |
|
|
|
63 |
except Exception as e:
|
64 |
# Print the full error traceback to your logs
|
65 |
print("Error occurred:", str(e))
|
|
|
66 |
raise HTTPException(status_code=500, detail=str(e))
|
67 |
|
68 |
|