|
@@ -12,7 +12,7 @@ table=db['hhh_contentgap_serp']
|
|
|
#print(os.path.realpath('.'))
|
|
|
curdir=os.path.realpath('.')
|
|
|
|
|
|
-fr=codecs.open(curdir+'/hhh/SEO/contentgap.txt','r','utf-8')
|
|
|
+fr=codecs.open(curdir+'contentgap.txt','r','utf-8')
|
|
|
lines=fr.readlines()
|
|
|
lst=[]
|
|
|
for l in lines:
|