Skip to content

Commit

Permalink
Revert "renamed: freakybob.txt -> download/freakybob.txt"
Browse files Browse the repository at this point in the history
This reverts commit 0125c12.
  • Loading branch information
wish13yt committed Oct 19, 2024
1 parent 0125c12 commit e65d0c1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
15 changes: 0 additions & 15 deletions download/greg.bat

This file was deleted.

File renamed without changes.
6 changes: 3 additions & 3 deletions lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def cls():
if (command == "freakybob"):
print("This requires an additional download of 5.42 KB.")
input("Are you fine with that? Close this if not. ")
url = 'https://github.com/Freakybob-Team/lb/blob/main/download/freakybob.txt?raw=true'
url = 'https://github.com/Freakybob-Team/lb/blob/main/freakybob.txt?raw=true'
response = requests.get(url)
file_Path = 'freakybob.txt'
response = requests.get(url)
Expand All @@ -56,7 +56,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/download/update.py?raw=true'
url = 'https://github.com/Freakybob-Team/lb/blob/main/update.py?raw=true'
response = requests.get(url)
file_Path = 'update.py'

Expand All @@ -70,7 +70,7 @@ def cls():
print("Bringing you back...")
code()
if (command == "greg"):
url = 'https://github.com/Freakybob-Team/lb/blob/main/download/greg.bat?raw=true'
url = 'https://github.com/Freakybob-Team/lb/blob/main/greg.bat?raw=true'
response = requests.get(url)
file_Path = 'greg.bat'
if response.status_code == 200:
Expand Down
File renamed without changes.

0 comments on commit e65d0c1

Please sign in to comment.