Explorar o código

Merge remote-tracking branch 'remotes/origin/dev' into test

tanghongbin %!s(int64=5) %!d(string=hai) anos
pai
achega
3119a68a4f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Controller/AdminManage.py

+ 0 - 1
Controller/AdminManage.py

@@ -50,7 +50,6 @@ class AdminManage(TemplateView):
         if tko.code != 0:
             return response.json(tko.code)
         userID = tko.userID
-        userID = 1
         operation = request_dict.get('operation', None)
         if userID is None or operation is None:
             return response.json(444, 'operation')