Commit d1095ba6 authored by nanahira's avatar nanahira

fix

parent 89a11660
Pipeline #36926 passed with stages
in 1 minute and 20 seconds
...@@ -591,7 +591,7 @@ async def searchbanLogic(screen_name: str) -> tuple[dict, bool]: ...@@ -591,7 +591,7 @@ async def searchbanLogic(screen_name: str) -> tuple[dict, bool]:
print("No replies found for {}.".format(screen_name)) print("No replies found for {}.".format(screen_name))
returnjson["tests"]["ghost"] = {} returnjson["tests"]["ghost"] = {}
returnjson["tests"]["more_replies"] = {} returnjson["tests"]["more_replies"] = {}
except KeyError as e: except Exception as e:
print("Errored testing {}".format(screen_name)) print("Errored testing {}".format(screen_name))
print(e) print(e)
if replies is not None: if replies is not None:
......
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