We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f000fc commit 9085d4fCopy full SHA for 9085d4f
1 file changed
ServidorCode
@@ -976,12 +976,12 @@ def run_server():
976
WebRequestHandler(*args, automation_server=automation_server, **kwargs)
977
server_address = ('', 8080)
978
httpd = HTTPServer(server_address, handler)
979
- print(f"Monitor de rede iniciado
+ print(f"""Monitor de rede iniciado
980
✅ Servidor configurado com sucesso!
981
📱 Acesse: http://pi.local:8080
982
🌐 Ou pelo IP: http://192.168.0.18:8080
983
💻 Funciona em qualquer dispositivo na rede
984
- ⚡ Pressione Ctrl+C para parar o servidor")
+ ⚡ Pressione Ctrl+C para parar o servidor""")
985
try:
986
httpd.serve_forever()
987
except KeyboardInterrupt:
0 commit comments