mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 11:41:58 +00:00
Removed unused import and improved log
This commit is contained in:
@@ -4,7 +4,6 @@ import uuid
|
|||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
from hashlib import sha256
|
from hashlib import sha256
|
||||||
from io import BytesIO
|
|
||||||
import importlib.metadata
|
import importlib.metadata
|
||||||
|
|
||||||
import certifi
|
import certifi
|
||||||
@@ -125,7 +124,7 @@ async def download_remote_binary_to_path(url: str, binHash: str, path: str) -> b
|
|||||||
else:
|
else:
|
||||||
rv = False
|
rv = False
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error("Error during download" + str(e))
|
logger.error("Error during download " + str(e))
|
||||||
rv = False
|
rv = False
|
||||||
|
|
||||||
return rv
|
return rv
|
||||||
|
|||||||
Reference in New Issue
Block a user