mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 21:43:01 +00:00
Use 'Integer' rather than 'Int' for config traitlet
This commit is contained in:
@@ -453,7 +453,7 @@ class JupyterHub(Application):
|
||||
help="Host to send statds metrics to"
|
||||
).tag(config=True)
|
||||
|
||||
statsd_port = Int(
|
||||
statsd_port = Integer(
|
||||
8125,
|
||||
help="Port on which to send statsd metrics about the hub"
|
||||
).tag(config=True)
|
||||
|
Reference in New Issue
Block a user