Fix wrong function executed

pull/13/head
TilCreator 2018-05-29 15:36:28 +02:00
rodzic 3754bb9911
commit e4a3c8fac5
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -239,7 +239,8 @@ def handle_configure(client, request):
def handle_not_found(client, url):
send_response(client, "", status_code=307, redirect='/')
send_header(client, status_code=307, redirect='/')
client.close()
def stop():