Skip to content

Commit

Permalink
Update ambientweather-poly.py and server.json
Browse files Browse the repository at this point in the history
  • Loading branch information
simplextech committed Nov 21, 2019
1 parent 5c55fbe commit 31e906e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ambientweather-poly.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def disconnect_method():
"""Print a simple "goodbye" message."""
LOGGER.info('Client has disconnected from the websocket')
LOGGER.info('Attempting to reconnect')
await client.websocket.connect()
client.websocket.connect()

# Connect to the websocket:
client.websocket.on_connect(connect_method)
Expand Down
2 changes: 1 addition & 1 deletion server.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"title": "AmbientWeather: A NodeServer for Ambient Weather PWS/Consoles Integration",
"author": "Simplex Technology",
"version": "1.0.6",
"version": "1.0.7",
"date": "February 24, 2019",
"source": "https://github.com/simplextech/udi-poly-ambientweather",
"license": "https://github.com/simplextech/udi-poly-ambientweather/blob/master/LICENSE"
Expand Down

0 comments on commit 31e906e

Please sign in to comment.