From 736aef91dfbb50d7088abaca6d683ee2f7e762a6 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Tue, 27 Feb 2024 20:02:50 -0800 Subject: [PATCH] Update NSLGameScanner.py --- NSLGameScanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NSLGameScanner.py b/NSLGameScanner.py index d401ee1..12c6689 100644 --- a/NSLGameScanner.py +++ b/NSLGameScanner.py @@ -917,7 +917,7 @@ def get_amazon_games(): #End of Amazon Games Scanner -sys.path.insert(0, os.path.expanduser(f"{logged_in_home}/homebrew") # Add the directory containing aiohttp to the Python path +sys.path.insert(0, os.path.expanduser(f"{logged_in_home}/homebrew")) # Add the directory containing aiohttp to the Python path import aiohttp import asyncio