From 5c1cfede281ccaa861f3b7c25c79814ed48c6705 Mon Sep 17 00:00:00 2001 From: Wish <100239673+wish13yt@users.noreply.github.com> Date: Sun, 20 Oct 2024 14:42:07 -0500 Subject: [PATCH] Revert "add update checks" This reverts commit e609566931b3e4dfeddb1fcf84db22d5e8c94278. --- lb.py | 7 ------- version/104.txt | 1 - 2 files changed, 8 deletions(-) delete mode 100644 version/104.txt diff --git a/lb.py b/lb.py index fd8886e..e1d4685 100644 --- a/lb.py +++ b/lb.py @@ -7,13 +7,6 @@ def code(): def cls(): os.system('cls' if os.name=='nt' else 'clear') - chkurl = 'https://https://github.com/Freakybob-Team/lb/blob/main/version/104.txt' - chkresponse = requests.get(chkurl) - if chkresponse.status_code == 200: - code() - else: - print("WARNING: Your version is out of date.") - code() print("Welcome to LB, also known as LigmaBalls.") print("For help, type help below.") command = input("lb < ") diff --git a/version/104.txt b/version/104.txt deleted file mode 100644 index 9627f03..0000000 --- a/version/104.txt +++ /dev/null @@ -1 +0,0 @@ -is out of date: NO \ No newline at end of file