Explorar el Código

Mise à jour de 'server.py'

master
TheBidouilleur hace 2 semanas
padre
commit
e53a6842e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      server.py

+ 1
- 1
server.py Ver fichero

@@ -2,7 +2,7 @@ import http.server
from discord_webhook import DiscordWebhook

PORT = 80
server_address = ("", PORT
server_address = ("", PORT)

server = http.server.HTTPServer
handler = http.server.CGIHTTPRequestHandler


Cargando…
Cancelar
Guardar