Update sweebridge.py

This commit is contained in:
Nova Cat 2025-01-08 13:52:18 -08:00
parent 9502ed4cd3
commit 7591578349

View file

@ -68,7 +68,7 @@ libera.connect_irc(
)
userlist = {}
def hook(url:str, json:dict):
threading.Thread(target=requests.post, kwargs={"url": url, "json": json}).start()
return requests.post(url=url, json=json)
def parse_content(text:str, platform:int, target:str):
# e = [
# Text for use in IRC,