Skip to content

Commit

Permalink
Update NSLGameScanner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Feb 28, 2024
1 parent c6d1c58 commit 736aef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NSLGameScanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 736aef9

Please sign in to comment.