Browse Source

프린트 또 안 지웠네

2DU 9 years ago
parent
commit
412600bc9b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      mark.py

+ 0 - 2
mark.py

@@ -559,9 +559,7 @@ def namumark(title, data):
                     else:
                         clas = 'not_thing'
                     
-                    print(results[0])
                     nosharp = re.sub("<sharp>", "#", results[0])
-                    print(nosharp)
                     data = re.sub('\[\[(((?!\]\]).)*)\]\]', '<a title="' + re.sub('#', '\#', nosharp) + sharp + '" class="' + clas + '" href="/w/' + url_pas(nosharp) + sharp + '">' + g + '</a>', data, 1)
 
                     backlink_plus(title, results[0], '')