Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ygnas committed Dec 15, 2022
1 parent 593d0dd commit a8be221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RaspberryPi/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async def echo(websocket, path):
if (message == "open"):
# Sends data to firebase with message
push_db("Gate Open")
reply = "Openning"
reply = "Opening"
print("Received: " + message)
await broadcast(15)
reply = "Can Be Opened"
Expand Down

0 comments on commit a8be221

Please sign in to comment.