Explorar el Código

Tuple, not string.

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
641eb5bd8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/tasks/drn_clerkbot.py

+ 1
- 1
earwigbot/tasks/drn_clerkbot.py Ver fichero

@@ -141,7 +141,7 @@ class DRNClerkBot(Task):
for line in text.splitlines():
user = re.search("\# \{\{User\|(.*?)\}\}", line)
if user:
additions.add((user.group(1)))
additions.add((user.group(1),))

removals = set()
query1 = "SELECT volunteer_username FROM volunteer"


Cargando…
Cancelar
Guardar