ahmad

Results 2 comments of ahmad

Add comma after each arguments `run(fro="en", to="ar", src="/Users/mac/tFrom", dest="/Users/mac/tTo")`

@AsemKhatib the problem is at `self.RE_TKK.search(r.text).group(1).replace('var ', '')` and precisely this `self.RE_TKK.search(r.text)` code is returning None because of which group cannot be applied. You should catch the exception and see.