mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 06:46:14 +00:00
Fix self.self.kbd_active typo
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -153,7 +153,7 @@ class LiveTUI:
|
||||
tab_matches = []
|
||||
tab_idx = -1
|
||||
tab_prefix = ""
|
||||
self.self.kbd_active = False
|
||||
self.kbd_active = False
|
||||
|
||||
while self.running:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user