Explorar el Código

gen users script fixed for any bot name

Dev Server hace 1 año
padre
commit
5511941ccb
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 1
      gen_web_users.py
  2. 1 0
      open_template_bot.py

+ 1 - 1
gen_web_users.py

@@ -6,4 +6,4 @@ botlist=config.BOTLIST
 
 for i in range (len(botlist)):
     print(botlist[i], hashlib.md5((botlist[i]+config.PASSWORD).encode('utf-8')).hexdigest())
-    print (jsreq.createUser(botlist[i],botlist[i],hashlib.md5((botlist[i]+config.PASSWORD).encode('utf-8')).hexdigest()))
+    print (jsreq.createUser(botlist[i],botlist[i],hashlib.md5((botlist[i]+config.PASSWORD).encode('utf-8')).hexdigest(),config.API_URL+"/v1/auth/users/"))

+ 1 - 0
open_template_bot.py

@@ -134,6 +134,7 @@ tasklist = []
 #надо инициализировать tasklist при запуске из API
 requestGetToken(botname, PASSWORD, API_URL)
 
+
 #список статусов обработки заказов
 process_status = []