Skip to content

Commit

Permalink
dumped the wrong one
Browse files Browse the repository at this point in the history
  • Loading branch information
dli7319 committed Apr 11, 2024
1 parent a3017f9 commit bf410c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuBibtex.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@ def levenshtein(s1, s2):
def google_lookup(s, parser, use_scholar=False):
if use_scholar:
html = request_url('https://scholar.google.com/scholar?q=%s' % s)
print(html)
else:
html = request_url('https://www.google.com/search?q=%s' % s)
print(html)
with open('debug.txt', 'w', encoding='utf8') as f:
f.write(html)

Expand Down

0 comments on commit bf410c6

Please sign in to comment.