Skip to content

Commit

Permalink
Revert "add update checks"
Browse files Browse the repository at this point in the history
This reverts commit e609566.
  • Loading branch information
wish13yt committed Oct 20, 2024
1 parent faae156 commit 5c1cfed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 < ")
Expand Down
1 change: 0 additions & 1 deletion version/104.txt

This file was deleted.

0 comments on commit 5c1cfed

Please sign in to comment.