This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Another fix.
pull/24/head
Ben Kurtovic
12 years ago
parent
21d8666589
commit
44381e6e2a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
toolserver/settings.py
+ 1
- 1
toolserver/settings.py
View File
@@ -18,7 +18,7 @@ def main(context, environ, headers, cookies):
bot = get_bot()
langs, projects = get_sites(bot)
return bot,
cookies,
status, langs, projects
return bot, status, langs, projects
def _do_set(query, headers, cookies):
changes = set()
Write
Preview
Loading…
Cancel
Save