Skip to content

Commit

Permalink
v2.3.98
Browse files Browse the repository at this point in the history
Signed-off-by: eyMarv <[email protected]>
  • Loading branch information
eyMarv committed Jul 14, 2024
1 parent 3c33e99 commit 324d3cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyrogram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# along with pyroblack. If not, see <http://www.gnu.org/licenses/>.

__fork_name__ = "pyroblack"
__version__ = "2.3.97"
__version__ = "2.3.98"
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
__copyright__ = "# Copyright (C) 2024-present eyMarv <https://github.com/eyMarv>"

Expand Down
2 changes: 1 addition & 1 deletion pyrogram/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ async def handler_worker(self, lock):
else (None, type(None))
)
except Exception as e:
logging.info("Parse exception: %s %s", type(e).__name__, e)
log.info("Parse exception: %s %s", type(e).__name__, e)
parsed_update, handler_type = (None, type(None))

async with lock:
Expand Down

0 comments on commit 324d3cc

Please sign in to comment.