Your Name 3 년 전
부모
커밋
3a2808024d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hhh/SEO/gsearch_test.py

+ 1 - 1
hhh/SEO/gsearch_test.py

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