diff --git a/FrontToBackend.md b/FrontToBackend.md index d69d8dd..84285ea 100644 --- a/FrontToBackend.md +++ b/FrontToBackend.md @@ -1,4 +1,3 @@ - instead for send pyhon commands to webserver To send commands from a Python script to a web server, you can use HTTP requests. The requests library is a popular and user-friendly option for making HTTP calls in Python. For example, you can send a POST request with data to a specific URL: