From 37921b70869a3b4a723537217a4500a681fa52f3 Mon Sep 17 00:00:00 2001 From: Wish <100239673+wish13yt@users.noreply.github.com> Date: Sun, 20 Oct 2024 08:10:13 -0500 Subject: [PATCH] WHOOPS I LEFT THE TESTING URL IN modified: lb.py --- lb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lb.py b/lb.py index 6220b12..1a6443f 100644 --- a/lb.py +++ b/lb.py @@ -58,7 +58,7 @@ def cls(): if (command == "update"): print("This requires an additional download of 569 bytes.") input("Are you fine with that? Close this if not. ") - url = 'https://google.com/guthib' + url = 'https://github.com/Freakybob-Team/lb/blob/main/update.py?raw=true' response = requests.get(url) file_Path = 'update.py'