Commit 59e78b11 authored by 高雅喆's avatar 高雅喆

change set_join

parent 0fefdae7
......@@ -19,7 +19,7 @@ def con_sql(sql):
return result
def set_join(lst):
return ','.join(set(lst))
return ','.join([str(i) for i in set(lst)])
def main():
......
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