Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
✨ Dogegarden socket URI change for telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthurdw committed Apr 17, 2021
1 parent f19e646 commit 201955d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dogehouse/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# SOFTWARE.

# Semantic Version
__version__ = "2.1.0"
__version__ = "2.1.1"

# The socket url for the dogehouse API
apiUrl = "wss://api.dogehouse.tv/socket"
Expand Down
2 changes: 1 addition & 1 deletion dogehouse/ext/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async def transmit(client):


async def start():
await socket.connect("wss://socket.dogehouse.xyz", transports=["websocket"], socketio_path="/socket")
await socket.connect("wss://socket.dogegarden.net", transports=["websocket"], socketio_path="/socket")
await socket.wait()


Expand Down

0 comments on commit 201955d

Please sign in to comment.