This commit is contained in:
Bram Barbieri
2024-03-14 14:30:41 +01:00
parent 7f5db74732
commit d20e6db9fe
2 changed files with 9 additions and 1 deletions

View File

@@ -243,4 +243,5 @@ elif c == 2:
Even if it looked simple, this was the ignition I needed to understand python better and continue my own research.
### Python for dummmies pt2
after some intense trail and error, I managed to connect to the websocket.
after some intense trail and error, I managed to connect to the websocket.
After wich i also managed to send infromation to the database by including details like pasword and such.