Skip to content

Commit

Permalink
Update algo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ttt733 authored Sep 13, 2019
1 parent c3d5ec4 commit be43528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algo.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def run_ws(conn, channels):
conn.run(channels)
except Exception as e:
print(e)
conn.close
conn.close()
run_ws(conn, channels)


Expand Down

0 comments on commit be43528

Please sign in to comment.