Skip to content

Commit fd326f4

Browse files
committed
Remove self-adulation
1 parent 9d1808d commit fd326f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demomgr/main_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(self) -> None:
6464
self.RCB = platforming.get_rightclick_btn()
6565

6666
self.root.protocol("WM_DELETE_WINDOW", self.quit_app)
67-
self.root.wm_title(f"Demomgr v{__version__} by {__author__}")
67+
self.root.wm_title(f"Demomgr v{__version__}")
6868

6969
self.demooperations = (
7070
DemoOp("Play...", self._playdem, None, lambda s: s == 1),

0 commit comments

Comments
 (0)