From 2ebe457b6c50cab74e3fa152fd57b0467ccc3387 Mon Sep 17 00:00:00 2001 From: fr4nz Date: Mon, 6 Oct 2025 20:59:52 +0200 Subject: [PATCH] Update FrontToBackend.md --- FrontToBackend.md | 1 - 1 file changed, 1 deletion(-) 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: