소스 검색

clean

https
jakobsn 6 년 전
부모
커밋
6f0754ce54
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -1
      src/app/aids.txt
  2. +0
    -1
      src/app/views/apply.py

+ 0
- 1
src/app/aids.txt 파일 보기

@@ -1 +0,0 @@
aids

+ 0
- 1
src/app/views/apply.py 파일 보기

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




불러오는 중...
취소
저장