Update sweebridge.py
This commit is contained in:
parent
9502ed4cd3
commit
7591578349
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue