Skip to content

Commit 8cb98d7

Browse files
committed
add method to EnoLogMessage (closes #21)
1 parent 681c94a commit 8cb98d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

enochecker_core/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class EnoLogMessage:
5252
function: Optional[str]
5353
service_name: Optional[str]
5454
task_id: Optional[int]
55+
method: Optional[str]
5556
team_id: Optional[int]
5657
team_name: Optional[str]
5758
current_round_id: Optional[int]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="enochecker_core",
11-
version="0.8.0",
11+
version="0.8.1",
1212
author="Trolldemorted",
1313
author_email="[email protected]",
1414
description="Base library for enochecker libs",

0 commit comments

Comments
 (0)