Skip to content

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hattorius committed Nov 8, 2021
1 parent eac6601 commit d4a5f0a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions start.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def waitForMessages(self):
await self.authenticate()
while True:
message = await self.readMessage(await self.connection.recv())
print(message)
print(message) # To do: remove this, only for testing purposes
self.parseMessage(message)

# Convert message string to object
Expand Down Expand Up @@ -104,6 +104,3 @@ def _start(loop):
# stop it :(
def stop(self):
self.loop.stop()

tick = ticker()
tick.start()

0 comments on commit d4a5f0a

Please sign in to comment.