Skip to content

Commit

Permalink
i completely forget what i did in this commit
Browse files Browse the repository at this point in the history
modified:   lb.py
  • Loading branch information
wish13yt committed Oct 20, 2024
1 parent 33c0372 commit a869eb4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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://github.com/Freakybob-Team/lb/blob/main/update.py?raw=true'
url = 'https://google.com/guthib'
response = requests.get(url)
file_Path = 'update.py'

Expand All @@ -71,7 +71,7 @@ def cls():
print('Failed to download file')
print("Trying another source...")
alturl = 'https://codeberg.org/Freakybob/lb/raw/branch/main/update.py'
response = requests.get(url)
response = requests.get(alturl)
file_Path = 'update.py'
with open(file_Path, 'wb') as file:
file.write(response.content)
Expand Down Expand Up @@ -146,7 +146,4 @@ def cls():
quotient = int(num1) / int(num2)
print(quotient)
code()
else:
print("'" + command + "' is not recognized as a command.")
code()
code()

0 comments on commit a869eb4

Please sign in to comment.