jakobsn 6 år sedan
förälder
incheckning
6f0754ce54
2 ändrade filer med 0 tillägg och 2 borttagningar
  1. +0
    -1
      src/app/aids.txt
  2. +0
    -1
      src/app/views/apply.py

+ 0
- 1
src/app/aids.txt Visa fil

@@ -1 +0,0 @@
aids

+ 0
- 1
src/app/views/apply.py Visa fil

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



Laddar…
Avbryt
Spara