Skip to content

Commit

Permalink
Second page updated with test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
R3dN1nja committed Apr 12, 2021
1 parent 64cc5b0 commit 72eb055
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,12 @@ def __init__(self, parent):
self.sub_btn.grid(row=4, column=4)
self.sub_btn["state"] = DISABLED

tk.Label(self, text="Sample input to compare:\nPlatform: pc \nRegion: us \nID: OmniOptic-1773",
tk.Label(self, text="Default profiles to test with:\n"
"(pc, us, cats-11481)\n"
"(pc, us, GamersCCCP-1569)\n"
"(pc, us, Morgan#22492)\n"
"(pc, us, justin#2882)\n"
"(pc, us, Justin-23138)",
anchor="w", width=30, justify=LEFT).grid(row=5, column=2, columnspan=1)
tk.Label(self, text="How to use: \nSelect a platform and region, \nthen type in the BattleTag of the player."
"\nMore than 2 players are allowed.",
Expand Down
Binary file modified __pycache__/Pages.cpython-39.pyc
Binary file not shown.
Binary file modified __pycache__/apicollect.cpython-39.pyc
Binary file not shown.

0 comments on commit 72eb055

Please sign in to comment.