Commit 780ba027 authored by 张彦钊's avatar 张彦钊

change get_active_users return argument

parent e21c7acd
......@@ -20,7 +20,7 @@ def get_active_users():
# 对device_id 进行去重
device_id_list = list(set(device_id_list))
print("成功获取当下一分钟内活跃用户")
return False,device_id_list
return "0",device_id_list
def fetch_user_profile(device_id):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment