Explorar el Código

Another fix.

pull/24/head
Ben Kurtovic hace 12 años
padre
commit
44381e6e2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      toolserver/settings.py

+ 1
- 1
toolserver/settings.py Ver fichero

@@ -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()


Cargando…
Cancelar
Guardar