Skip to content

Commit 8d649a8

Browse files
committed
rebase
1 parent 0f9c440 commit 8d649a8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/tokenserver/util.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,10 @@ def __init__(self, opts, namespace=""):
103103
options = dict(
104104
namespace=namespace,
105105
statsd_namespace=namespace,
106-
<<<<<<< HEAD
107106
statsd_host=getattr(
108107
opts, "metric_host", os.environ.get("SYNC_STATSD_HOST")),
109108
statsd_port=getattr(
110109
opts, "metric_port", os.environ.get("SYNC_STATSD_PORT")),
111-
=======
112-
statsd_host=getattr(opts, "metric_host", os.environ.get("METRIC_HOST")),
113-
statsd_port=getattr(opts, "metric_port", os.environ.get("METRIC_PORT")),
114-
>>>>>>> 3f79e5f (reformat tokenserver tools files)
115110
)
116111
self.prefix = options.get("namespace")
117112
initialize(**options)

0 commit comments

Comments
 (0)