Skip to content

Commit

Permalink
steam_language_reader: removed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Jul 25, 2024
1 parent 11e1e84 commit de02bc4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/steam_language_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,3 @@ def get_big_picture_window_title():
else:
return BIG_PICTURE_WINDOW_TITLES["english"]

if __name__ == "__main__":
window_title = get_big_picture_window_title()
print(f"Steam Big Picture window title in the current language: {window_title}")

0 comments on commit de02bc4

Please sign in to comment.