Skip to content

Commit

Permalink
Update find_games.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zachey01 committed Oct 30, 2024
1 parent fe91c77 commit cb2df4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/find_games.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def find_games():
blocklist.append(exe_name)
write_blocklist(blocklist)
else:
print(f"{exe_name} уже в блоклисте.")
print(f"{exe_name}")

except (psutil.NoSuchProcess, psutil.AccessDenied, psutil.ZombieProcess):
continue
Expand Down

0 comments on commit cb2df4c

Please sign in to comment.