Gyr0MAN commited on
Commit
ced7be6
1 Parent(s): 949acb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: