Rubka 6.4.2__py3-none-any.whl → 6.4.4__py3-none-any.whl

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.
rubka/api.py CHANGED
@@ -621,7 +621,7 @@ class Robot:
621
621
  continue
622
622
 
623
623
  threading.Thread(target=handler["func"], args=(self, context), daemon=True).start()
624
- return
624
+ continue
625
625
 
626
626
  def get_updates(
627
627
  self,
rubka/asynco.py CHANGED
@@ -677,12 +677,12 @@ class Robot:
677
677
 
678
678
  if not handler_info["commands"] and not handler_info["filters"]:
679
679
  asyncio.create_task(handler_info["func"](self, context))
680
- return
680
+ continue
681
681
 
682
682
 
683
683
  if handler_info["commands"] or handler_info["filters"]:
684
- asyncio.create_task(handler_info["func"](self, context))
685
- return
684
+ asyncio.create_task(handler_info["func"](self, context))#jaq
685
+ continue
686
686
 
687
687
  async def get_updates(self, offset_id: Optional[str] = None, limit: Optional[int] = None) -> Dict[str, Any]:
688
688
  data = {}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Rubka
3
- Version: 6.4.2
3
+ Version: 6.4.4
4
4
  Summary: A Python library for interacting with Rubika Bot API.
5
5
  Home-page: https://github.com/Mahdy-Ahmadi/Rubka
6
6
  Download-URL: https://github.com/Mahdy-Ahmadi/rubka/blob/main/project_library.zip
@@ -1,6 +1,6 @@
1
1
  rubka/__init__.py,sha256=TR1DABU5Maz2eO62ZEFiwOqNU0dH6l6HZfqRUxeo4eY,194
2
- rubka/api.py,sha256=3Iahq3f6OzVf3op_d6RTFUtTvCfjB4NnqSVnC7dkgzo,61232
3
- rubka/asynco.py,sha256=WWB_-00KVEcAa1su3zj-9-NJfZhx45yCngF8bv4B6FA,75779
2
+ rubka/api.py,sha256=wqlZZq25PPwoHRF9jrM0znRA66j4k3yWOoJHc7qVouA,61234
3
+ rubka/asynco.py,sha256=K7mqUDWrSmZDAFs0hKIpCPOFqoA_miocyiMB7Qk_RTM,75787
4
4
  rubka/button.py,sha256=vU9OvWXCD4MRrTJ8Xmivd4L471-06zrD2qpZBTw5vjY,13305
5
5
  rubka/config.py,sha256=Bck59xkOiqioLv0GkQ1qPGnBXVctz1hKk6LT4h2EPx0,78
6
6
  rubka/context.py,sha256=2HWMy5yaPWE0lJFjRkVzG-8wUgPyugRHz25t4hpF0Ko,18341
@@ -34,7 +34,7 @@ rubka/adaptorrubka/types/socket/message.py,sha256=0WgLMZh4eow8Zn7AiSX4C3GZjQTkIg
34
34
  rubka/adaptorrubka/utils/__init__.py,sha256=OgCFkXdNFh379quNwIVOAWY2NP5cIOxU5gDRRALTk4o,54
35
35
  rubka/adaptorrubka/utils/configs.py,sha256=nMUEOJh1NqDJsf9W9PurkN_DLYjO6kKPMm923i4Jj_A,492
36
36
  rubka/adaptorrubka/utils/utils.py,sha256=5-LioLNYX_TIbQGDeT50j7Sg9nAWH2LJUUs-iEXpsUY,8816
37
- rubka-6.4.2.dist-info/METADATA,sha256=bUdDVVG9yIiuk65hUKPmfHvVo6_iTKbnIk8Pv3BnvIs,33335
38
- rubka-6.4.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
39
- rubka-6.4.2.dist-info/top_level.txt,sha256=vy2A4lot11cRMdQS-F4HDCIXL3JK8RKfu7HMDkezJW4,6
40
- rubka-6.4.2.dist-info/RECORD,,
37
+ rubka-6.4.4.dist-info/METADATA,sha256=wvYsJ2z1X-unQ3PXd9OWk3QUlbYtUaG_I5UCbNfncXc,33335
38
+ rubka-6.4.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
39
+ rubka-6.4.4.dist-info/top_level.txt,sha256=vy2A4lot11cRMdQS-F4HDCIXL3JK8RKfu7HMDkezJW4,6
40
+ rubka-6.4.4.dist-info/RECORD,,
File without changes