Skip to content

Commit

Permalink
Correction to the choice between automatically finding the League of …
Browse files Browse the repository at this point in the history
…Legends path or not
  • Loading branch information
Sophiane BOUZIDI committed Oct 15, 2023
1 parent 65fa47a commit d6e7d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WhereAreU.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_all_disks():

user_preference = input("Do you want to search for the 'League of Legends' folder on all disks automatically? (This technique may take some time - 2~3min) (Y/N) : ")

if user_preference == "O" or user_preference == "o" or user_preference == "":
if user_preference == "Y" or user_preference == "y" or user_preference == "":
available_disks = get_all_disks()
for disque in available_disks:
print("Search for the 'League of Legends' folder from 'Riot Games' on disk : " + disque)
Expand Down

0 comments on commit d6e7d48

Please sign in to comment.