This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
Missing comma.
tags/v0.3
Ben Kurtovic
8 years ago
parent
a95356676b
commit
aba91c0f1c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
earwigbot/wiki/copyvios/search.py
+ 1
- 1
earwigbot/wiki/copyvios/search.py
View File
@@ -150,7 +150,7 @@ class GoogleSearchEngine(_BaseSearchEngine):
"q": '"' + query.replace('"', "").encode("utf8") + '"',
"alt": "json",
"num": str(self.count),
"safe": "off"
"safe": "off"
,
"fields": "items(link)"
}
Write
Preview
Loading…
Cancel
Save