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

FIX: use correct member variable

parent 2cf71a24
No related branches found
No related tags found
1 merge request!22Release 0.3
......@@ -218,7 +218,7 @@ class Crawler(object):
logger.debug(separated("Trying to attach further items to created CFoods"))
for cfood in cfoods:
logger.debug("Matching against {}...".format(cfood.__name__))
logger.debug("Matching against {}...".format(cfood.__class__.__name__))
for idx, item in self.iteritems():
if cfood.looking_for(item):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment