From f008ed246223e30e3f0990b445b2000247071be7 Mon Sep 17 00:00:00 2001 From: timotheyca Date: Sun, 23 Aug 2020 00:06:16 +0300 Subject: [PATCH] run encoding --- v25/storage/dbstorage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v25/storage/dbstorage.py b/v25/storage/dbstorage.py index 47fcf57..5cfbcf1 100644 --- a/v25/storage/dbstorage.py +++ b/v25/storage/dbstorage.py @@ -349,7 +349,7 @@ class DBStorage(PushStorage): "title": "New Message (V25PUSH)" } } - })).returncode, "push subprocess failed" + }), encoding='utf-8').returncode, "push subprocess failed" def pushpush(self, subject: Subject): session = self.Session()