Commit a6563515 authored by 赵威's avatar 赵威

debug

parent 065abdd5
......@@ -148,6 +148,7 @@ def choice_pictorial_push_tag(device_id, user_id):
def get_lintags_by_user_id(user_id):
try:
devices = AccountRegExtra.objects.filter(user_id=user_id, is_online=True, is_deleted=False).values_list("device_id", flat=True)
print(devices)
if devices:
print("!!!")
linucb_recommend_redis_prefix = "physical:linucb:tag_recommend: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