Commit f2ef606e authored by lixiaofang's avatar lixiaofang

update contrast_similar

parent 8a7d521f
......@@ -47,12 +47,11 @@ class ContrastSimilar(models.Model):
return similar_user_id_list
except:
logging.error("catch exception,err_msg:%s" % traceback.format_exc())
return 0
return None
class Topics(models.Model):
......
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