1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00

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

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)