Skip to content

Commit

Permalink
Roll back traceback change
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonrobertz committed May 18, 2020
1 parent 8defd4d commit 65b6421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoscrape-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ def get_status(id):
"status": "OK",
"message": result.state,
}
if result.traceback:
response["traceback"] = result.traceback
# if result.traceback:
# response["traceback"] = result.traceback
if data:
app.logger.debug("Data: %s" % data)
response["data"] = data.data
Expand Down

0 comments on commit 65b6421

Please sign in to comment.