From 0af5bf4bb4f175b55b61c8ec75a99dbdc0b2fe32 Mon Sep 17 00:00:00 2001 From: Ada Werefox Date: Sat, 9 Mar 2024 16:57:57 -0600 Subject: [PATCH] typo. --- tunictracker/tracker/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tunictracker/tracker/views.py b/tunictracker/tracker/views.py index e2a5445..0a02988 100644 --- a/tunictracker/tracker/views.py +++ b/tunictracker/tracker/views.py @@ -7,7 +7,7 @@ import requests from .forms import ServerAddressForm # Create your views here. -default_address = 'https://localhost:8000/spoiler' +default_address = 'http://localhost:8000/spoiler' def index(request):