Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,7 @@ class NotificationHandler(HandleNotification):
|
|
38 |
message=msg,
|
39 |
api_name="/chat"
|
40 |
)
|
|
|
41 |
|
42 |
client.send_direct_msg(event.author(), f"{result}", event.id())
|
43 |
except Exception as e:
|
|
|
38 |
message=msg,
|
39 |
api_name="/chat"
|
40 |
)
|
41 |
+
print(result)
|
42 |
|
43 |
client.send_direct_msg(event.author(), f"{result}", event.id())
|
44 |
except Exception as e:
|