nanom commited on
Commit
ac9b8fe
1 Parent(s): 15b8afd

Update modules/m_parser.py

Browse files
Files changed (1) hide show
  1. modules/m_parser.py +2 -1
modules/m_parser.py CHANGED
@@ -142,7 +142,8 @@ class Parser:
142
  f"Error: The verb '<b>{verb}</b>' has not been found or not spelled correctly!"
143
  )
144
  return error, output
145
-
 
146
  output = self.__format_output(infinitive, past, participle)
147
 
148
  return error, output
 
142
  f"Error: The verb '<b>{verb}</b>' has not been found or not spelled correctly!"
143
  )
144
  return error, output
145
+
146
+ print(f"{verb} -> {infinitive},{past},{participle}")
147
  output = self.__format_output(infinitive, past, participle)
148
 
149
  return error, output