jakobsn hace 6 años
padre
commit
6f0754ce54
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. +0
    -1
      src/app/aids.txt
  2. +0
    -1
      src/app/views/apply.py

+ 0
- 1
src/app/aids.txt Ver fichero

@@ -1 +0,0 @@
aids

+ 0
- 1
src/app/views/apply.py Ver fichero

@@ -81,7 +81,6 @@ class Apply:
permissions = []
# Create the lists of current applying users and their permissions
for i in range (0, user_count):
print("Raw applicant", data["user_"+str(i)])
applicant = data["user_"+str(i)][1:][:-1].split(",")
applicants.append([ int(applicant[0]), applicant[1][2:][:-1] ])



Cargando…
Cancelar
Guardar