Francisco Griman
Results
11
issues of
Francisco Griman
no match was found for the regular expression `RE_TKK` in the text `r.text`. ``` self._update() code = self.RE_TKK.search(r.text).group(1).replace('var ', '') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'group' ``` a...
Looks perfect to me! However, you might want to consider adding test implementations in your codebase. _Originally posted by @Euler-B in https://github.com/fcoagz/api-pydolarvenezuela/pull/125#pullrequestreview-2675651502_