|
From: <gea...@us...> - 2009-01-23 17:20:32
|
Revision: 315
http://mypyspace.svn.sourceforge.net/mypyspace/?rev=315&view=rev
Author: gearmonkey
Date: 2009-01-23 17:20:28 +0000 (Fri, 23 Jan 2009)
Log Message:
-----------
oops, used the wrong name for RDFtrans internal html representation
Modified Paths:
--------------
myspaceCrawler/trunk/RDFtrans.py
Modified: myspaceCrawler/trunk/RDFtrans.py
===================================================================
--- myspaceCrawler/trunk/RDFtrans.py 2009-01-23 16:57:40 UTC (rev 314)
+++ myspaceCrawler/trunk/RDFtrans.py 2009-01-23 17:20:28 UTC (rev 315)
@@ -61,7 +61,7 @@
def isArtist(self):
'''is current page an artist???'''
if self.HTML:
- if genreTag[0] in self.page:
+ if genreTag[0] in self.HTML:
artist = True
else:
artist = False
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|