gr701_smmse 2 anni fa
parent
commit
5603327359
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      main.py

+ 0 - 1
main.py

@@ -32,7 +32,6 @@ class HttpGetHandler(BaseHTTPRequestHandler):
                             f"<body>Ваш IP:{address}<br>" \
                             f"ФИО: Смагин Максим Сергеевич<br>" \
                             f"Дата: {data}<br><br>" 
-                            
                 self.wfile.write(http_text.encode())
         except IOError:
             self.send_error(400, "File not found{self.path}")