pyrobale 0.2.8.1__py3-none-any.whl → 0.2.8.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyrobale
3
- Version: 0.2.8.1
3
+ Version: 0.2.8.2
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
@@ -0,0 +1,5 @@
1
+ pyrobale.py,sha256=G2u86WlU5fYkbzHFSIAdGA4ATxGTbIWlgFz1DGy5Hs0,89810
2
+ pyrobale-0.2.8.2.dist-info/METADATA,sha256=5p_iVE1MsiNMf6zLn_wxCjIjgzluCagJMcvQWk23SNA,43670
3
+ pyrobale-0.2.8.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ pyrobale-0.2.8.2.dist-info/licenses/LICENSE,sha256=XQsvifC5HE85232_XgRHpeQ35MfeL2YcpU4yPiAgmW4,35269
5
+ pyrobale-0.2.8.2.dist-info/RECORD,,
pyrobale.py CHANGED
@@ -27,7 +27,7 @@ from pathlib import Path
27
27
  import uuid
28
28
  from typing import Iterator
29
29
 
30
- __version__ = '0.2.8.1'
30
+ __version__ = '0.2.8.2'
31
31
 
32
32
 
33
33
  class ChatActions:
@@ -2366,7 +2366,7 @@ class Client:
2366
2366
  def run(self, debug=False):
2367
2367
  """Start p-olling for new messages"""
2368
2368
  try:
2369
- self.user = User(self, {"ok": True, "result": self.get_me()})
2369
+ self.user = self.get_me()
2370
2370
  except BaseException:
2371
2371
  raise BaleTokenNotFoundError("token not found")
2372
2372
 
@@ -1,5 +0,0 @@
1
- pyrobale.py,sha256=3X2xUh7sdHBCZkp-JcXJ6xL0ggW4BdIcDpmhSR09v7A,89846
2
- pyrobale-0.2.8.1.dist-info/METADATA,sha256=np0kt27IkkZVub_7t8_n44e9bKOygIuMNaSV0l0v1co,43670
3
- pyrobale-0.2.8.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
- pyrobale-0.2.8.1.dist-info/licenses/LICENSE,sha256=XQsvifC5HE85232_XgRHpeQ35MfeL2YcpU4yPiAgmW4,35269
5
- pyrobale-0.2.8.1.dist-info/RECORD,,