small fixes for version update

This commit is contained in:
infinitefusion
2023-04-15 10:06:05 -04:00
parent 4ed1cc41d3
commit 67e8e4511f
2 changed files with 1 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ end
def download_file(url, saveLocation)
begin
response = HTTPLite.get(url)
p response
if response[:status] == 200
File.open(saveLocation, "wb") do |file|
file.write(response[:body])