Fix syntax error in pm_message
This commit is contained in:
parent
2a3f22a051
commit
1537d8518e
1
app.py
1
app.py
|
|
@ -618,7 +618,6 @@ def on_pm_message(data):
|
||||||
if is_encrypted else
|
if is_encrypted else
|
||||||
{"from": user["username"], "text": text, "room": room, "ts": ts}
|
{"from": user["username"], "text": text, "room": room, "ts": ts}
|
||||||
)
|
)
|
||||||
)
|
|
||||||
|
|
||||||
# Route to AI if recipient is Violet
|
# Route to AI if recipient is Violet
|
||||||
if room.endswith(f":{AI_BOT_NAME.lower()}"):
|
if room.endswith(f":{AI_BOT_NAME.lower()}"):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue