Skip to content

Commit

Permalink
type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuethe committed Oct 14, 2024
1 parent 1fea3f6 commit d5f1acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appmetrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class AppMetrics:

_mtypes: List[str] = [C, F, G]

def __init__(self, port: int = 8274, local_only: bool = True, appname: str = "", stub=False):
def __init__(self, port: int = 8274, local_only: bool = True, appname: str = "", stub: bool = False):
"""
port: tcp port on which to listen
local_only: whether or not to bind to localhost or wildcard
Expand Down

0 comments on commit d5f1acf

Please sign in to comment.