nateraw commited on
Commit
6f36c51
·
1 Parent(s): 167ee92

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -104,7 +104,7 @@ def reply_to_mentions():
104
  text_in = text_in.replace('@roastortoastgpt', '')
105
  text_in = text_in.replace('roastortoastgpt','')
106
 
107
- logger.info(f"In Text: {in_text}")
108
  if "roast" in text_in:
109
  logger.info(f"Roasting!")
110
  text_out = roast(text_to_roast)
 
104
  text_in = text_in.replace('@roastortoastgpt', '')
105
  text_in = text_in.replace('roastortoastgpt','')
106
 
107
+ logger.info(f"In Text: {text_in}")
108
  if "roast" in text_in:
109
  logger.info(f"Roasting!")
110
  text_out = roast(text_to_roast)