Skip to content

Commit 61a544e

Browse files
committed
🐛 issue #16 fix
1 parent cbc403e commit 61a544e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmseekdb/generator.py

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def parse(source):
2828
ga_content = ''
2929
parser = MyHTMLParser()
3030
parser.feed(source)
31-
global ga, ga_content
3231
return [ga, ga_content]
3332

3433
def scan(content):

0 commit comments

Comments
 (0)