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 param name.
tags/v0.2
Ben Kurtovic
10 years ago
parent
0e28f89466
commit
d672e670fa
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/__init__.py
+ 1
- 1
earwigbot/wiki/copyvios/__init__.py
View File
@@ -182,7 +182,7 @@ class _CopyvioWorker(object):
if max_time <= 0:
return
try:
url = self._workspace.dequeue(
timeout=
max_time)
url = self._workspace.dequeue(max_time)
except Empty:
return
else:
Write
Preview
Loading…
Cancel
Save