Browse Source

clean

https
jakobsn 6 years ago
parent
commit
6f0754ce54
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      src/app/aids.txt
  2. +0
    -1
      src/app/views/apply.py

+ 0
- 1
src/app/aids.txt View File

@@ -1 +0,0 @@
aids

+ 0
- 1
src/app/views/apply.py View File

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



Loading…
Cancel
Save