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