Update NSLGameScanner.py

This commit is contained in:
Roy 2024-02-27 20:02:50 -08:00 committed by GitHub
parent c6d1c58282
commit 736aef91df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -917,7 +917,7 @@ if 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