Skip to content

Commit

Permalink
fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Nov 12, 2023
1 parent d598a16 commit d52a645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion python/mopp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mopp"
version = "1.0.4"
version = "1.0.5"
authors = [
{ name="Dr. Gerolf Ziegenhain", email="[email protected]" },
]
Expand Down
1 change: 1 addition & 0 deletions python/mopp/src/mopp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def ljust(string, width, fillchar=' '):
# Module for MOPP protocol
# Taken and adjusted from the m32-chat-server implementation by SP9WPN
from math import ceil
import logging

class Mopp:
serial = 1
Expand Down

0 comments on commit d52a645

Please sign in to comment.