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
Fix return.
tags/v0.2
Ben Kurtovic
9 years ago
parent
a2c10650a8
commit
4075d887e9
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/exclusions.py
+ 1
- 1
earwigbot/wiki/copyvios/exclusions.py
View File
@@ -96,7 +96,7 @@ class ExclusionsDB(object):
line = re.sub(r"(#|==).*$", "", line).strip()
if line:
urls.add("re:" + line)
return
return
urls
regexes = [
r"url\s*=\s*(?:\<nowiki\>)?(?:https?:)?(?://)?(.*?)(?:\</nowiki\>.*?)?\s*$",
Write
Preview
Loading…
Cancel
Save