From c608644db0cc67dae12d435a9a8a431dcf145394 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 12 Mar 2021 19:15:06 +0000 Subject: [PATCH] Typo --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index cea2938c9..36a503c4f 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -672,7 +672,7 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str, elif keyPress.startswith('show in'): _showLocalBox('inbox', currInboxIndex, 10) currTimeline = 'inbox' - elif keyPress.startwith('next'): + elif keyPress.startswith('next'): if currTimeline == 'dm': currDMIndex += 10 _showLocalBox('dm', currDMIndex, 10)