From cd5f6741640b16e53ba7c2f82e5652a30ec50799 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Sun, 23 Oct 2022 11:21:11 +0200 Subject: [PATCH] Move comment to proper line --- bin/gammu_get_unread_sms.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bin/gammu_get_unread_sms.py b/bin/gammu_get_unread_sms.py index 30e782f..a3c4cbc 100755 --- a/bin/gammu_get_unread_sms.py +++ b/bin/gammu_get_unread_sms.py @@ -12,8 +12,8 @@ from __future__ import print_function __intname__ = "gammu_get_unread_sms.py" __author__ = "Orsiris de Jong - " -__version__ = "2.0.0" -__build__ = "2022102001" +__version__ = "2.0.1" +__build__ = "2022102301" __compat__ = "python2.7+" @@ -113,11 +113,10 @@ def load_sms_from_gammu(state_machine): remaining_sms = remaining_sms - len(sms) sms_list.append(sms) - # Concat multiSMS into list of sms that go together - except gammu.ERR_EMPTY: logger.debug("Finished reading all messages") + # Concat multiple SMS into list of sms that go together using LinkSMS return gammu.LinkSMS(sms_list)