Skip to content

Commit

Permalink
🐛 issue #16 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuhinshubhra committed Jul 23, 2018
1 parent cbc403e commit 61a544e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmseekdb/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def parse(source):
ga_content = ''
parser = MyHTMLParser()
parser.feed(source)
global ga, ga_content
return [ga, ga_content]

def scan(content):
Expand Down

0 comments on commit 61a544e

Please sign in to comment.