From f8c76aaee073fb01ca2eebaf977cb08a937e9a58 Mon Sep 17 00:00:00 2001 From: spla Date: Wed, 18 Nov 2020 17:04:19 +0100 Subject: [PATCH] Changed order of text searching --- mastochess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastochess.py b/mastochess.py index 072b010..b41034f 100644 --- a/mastochess.py +++ b/mastochess.py @@ -101,7 +101,7 @@ def get_notification_data(): visibility_lst = [] - search_text = ['nova','mou','fi'] + search_text = ['fi','mou','nova'] conn = None