Skip to content
Snippets Groups Projects
Commit 5645affc authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: use correct variable

parent 679bb902
Branches
Tags
1 merge request!22Release 0.3
......@@ -226,7 +226,7 @@ class Crawler(object):
cfood.__class__.__name__,
item))
cfood.attach(item)
matches[idx].append(Cfood.__name__)
matches[idx].append(cfood.__class__.__name__)
self.check_matches(matches)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment