Commit ea8cdbfb authored by nanahira's avatar nanahira

error

parent a6b3b674
Pipeline #9132 passed with stage
in 9 seconds
...@@ -271,6 +271,7 @@ def searchban(screen_name): ...@@ -271,6 +271,7 @@ def searchban(screen_name):
"tweet": "-1" "tweet": "-1"
} }
except KeyError as e: except KeyError as e:
print("Errored testing {}".format(screen_name))
print(Exception.with_traceback(e)) print(Exception.with_traceback(e))
returnjson["tests"]["ghost"] = {} returnjson["tests"]["ghost"] = {}
returnjson["tests"]["more_replies"] = {} returnjson["tests"]["more_replies"] = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment