Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
make sure it starts itself next time
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMoksej authored Jan 14, 2022
1 parent 50d0751 commit cb407a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async def start_websocket():
username, password, realm, port = config.WEBSOCKET
async with websockets.serve(
bot.handle_websocket,
"localhost",
"127.0.0.1",
port,
create_protocol=websockets.basic_auth_protocol_factory(
realm=realm, credentials=(username, password)
Expand Down

0 comments on commit cb407a7

Please sign in to comment.