Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 02b52f7

Browse files
committed
Switch websocket libraries
1 parent 0780c1d commit 02b52f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: openbazaard.py

-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ def on_bootstrap_complete(resp):
152152

153153
logger.info("Startup took %s seconds" % str(round(time.time() - args[7], 2)))
154154

155-
reactor.callLater(15, ws_api.push, "Hello world")
156-
157155
reactor.run()
158156

159157
if __name__ == "__main__":

0 commit comments

Comments
 (0)