Skip to content

Commit

Permalink
ulwgl_dl_util: don't print when offline
Browse files Browse the repository at this point in the history
- The state can be confirmed when debugging via the 'Network unreachable' statement that's logged
  • Loading branch information
R1kaB3rN committed Mar 14, 2024
1 parent 2297092 commit a7069a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ULWGL/ulwgl_dl_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_ulwgl_proton(env: Dict[str, str]) -> Union[Dict[str, str]]:
try:
files = _fetch_releases()
except gaierror:
print("User is offline", file=stderr)
pass # User is offline

ULWGL_CACHE.mkdir(exist_ok=True, parents=True)
STEAM_COMPAT.mkdir(exist_ok=True, parents=True)
Expand Down

0 comments on commit a7069a2

Please sign in to comment.