Looked at the suggestions in #12 but still get issues below @mrdehate
C:\sms\hangouts_to_sms-develop>python hangouts_to_sms.py
Traceback (most recent call last):
File "hangouts_to_sms.py", line 2, in
from titanium_backup_formatter import TitaniumBackupFormatter
File "C:\sms\hangouts_to_sms-develop\titanium_backup_formatter.py", line 83
message_string += "{}".format(escape(message.content) if content_is_plain else self._base64_text(message.content))
^
TabError: inconsistent use of tabs and spaces in indentation
Looked at the suggestions in #12 but still get issues below @mrdehate
here is the code snippet