Fix key detection

This commit is contained in:
Ivan Habunek 2022-11-27 09:26:09 +01:00
parent 92b9b4ef18
commit d308475afe
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ class TUI(urwid.Frame):
if not self.overlay:
self.show_help()
elif key in (','):
elif key == ',':
if not self.overlay:
self.timeline_generator = api.home_timeline_generator(
self.app, self.user, limit=40)