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.
- {pyrobale-0.2.9.4 → pyrobale-0.2.9.4.1}/PKG-INFO +1 -1
- {pyrobale-0.2.9.4 → pyrobale-0.2.9.4.1}/pyproject.toml +1 -1
- {pyrobale-0.2.9.4 → pyrobale-0.2.9.4.1}/pyrobale.py +1 -3
- {pyrobale-0.2.9.4 → pyrobale-0.2.9.4.1}/LICENSE +0 -0
- {pyrobale-0.2.9.4 → pyrobale-0.2.9.4.1}/README.md +0 -0
- {pyrobale-0.2.9.4 → pyrobale-0.2.9.4.1}/pyrobale.png +0 -0
- {pyrobale-0.2.9.4 → pyrobale-0.2.9.4.1}/pyrobaletext.png +0 -0
@@ -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
|
File without changes
|