pycommonlog 0.2.4__tar.gz → 0.2.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pycommonlog
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: Unified logging and alerting library for Python.
5
5
  Home-page: https://github.com/alvianhanif/pycommonlog
6
6
  Author: Alvian Rahman Hanif
@@ -175,7 +175,7 @@ class LarkProvider(Provider):
175
175
  formatted += f"\n\n**{filename}:**\n```\n{attachment.content}\n```"
176
176
  if attachment and attachment.url:
177
177
  formatted += f"\n\n**Attachment:** {attachment.url}"
178
- return title, json.dumps(formatted)
178
+ return title, formatted
179
179
 
180
180
  def _send_lark_webclient(self, title, formatted_message, config):
181
181
  debug_log(config, "send_lark_webclient: preparing API request")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pycommonlog
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: Unified logging and alerting library for Python.
5
5
  Home-page: https://github.com/alvianhanif/pycommonlog
6
6
  Author: Alvian Rahman Hanif
File without changes
File without changes
File without changes
File without changes