Przeglądaj źródła

Another fix.

pull/24/head
Ben Kurtovic 12 lat temu
rodzic
commit
44381e6e2a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      toolserver/settings.py

+ 1
- 1
toolserver/settings.py Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz