pyrobale 0.2.9.4__tar.gz → 0.2.9.4.1__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: pyrobale
3
- Version: 0.2.9.4
3
+ Version: 0.2.9.4.1
4
4
  Summary: A python wrapper for bale api
5
5
  Project-URL: github, https://github.com/pyrobale/pyrobale
6
6
  Project-URL: website, https://pyrobale.github.io
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pyrobale"
3
- version = "0.2.9.4"
3
+ version = "0.2.9.4.1"
4
4
  authors = [
5
5
  { name = "Ali Safamanesh", email = "darg.q.a.a@gmail.com" },
6
6
  ]
@@ -29,7 +29,7 @@ import traceback
29
29
  import asyncio
30
30
  import queue
31
31
 
32
- __version__ = '0.2.9.4'
32
+ __version__ = '0.2.9.4.1'
33
33
 
34
34
 
35
35
  class BaleException(Exception):
@@ -2312,7 +2312,6 @@ class Client:
2312
2312
 
2313
2313
  if 'message' in update:
2314
2314
  message = Message(self, {'ok': True, 'result': update['message']})
2315
- self.process_event(message)
2316
2315
 
2317
2316
  if 'new_chat_members' in msg_data and hasattr(
2318
2317
  self, '_member_join_handler'):
@@ -2457,7 +2456,6 @@ class Client:
2457
2456
  if 'message' in update:
2458
2457
  message = Message(
2459
2458
  self, {'ok': True, 'result': update['message']})
2460
- self.process_event(message)
2461
2459
  self._handle_update(update)
2462
2460
  offset = update_id + 1
2463
2461
 
File without changes
File without changes
File without changes