浏览代码

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 = []
# 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] ])



正在加载...
取消
保存