Skip to content

Commit

Permalink
Update OSBC.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kelltom committed May 14, 2023
1 parent b299b2b commit 1057932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OSBC.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self, test: bool = False):
self.build_ui()

def build_ui(self): # sourcery skip: merge-list-append, move-assign-in-block
self.title("OSRS Bot COLOR")
self.title("OS Bot COLOR")
self.geometry(f"{App.WIDTH}x{App.HEIGHT}")
self.update()
self.minsize(self.winfo_width(), self.winfo_height())
Expand Down

0 comments on commit 1057932

Please sign in to comment.