mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-17 21:23:18 +00:00
Merge pull request #37 from jufm/stringfix
Fix encoded string problem in InputNTPServer
This commit is contained in:
commit
8779f1c27f
@ -655,7 +655,7 @@ class InputNTPServer(ConfluentInputMessage):
|
||||
raise exc.InvalidArgumentException(
|
||||
'This only supports per-node input')
|
||||
for node in nodes:
|
||||
self.inputbynode[node] = inputdata['server']
|
||||
self.inputbynode[node] = str(inputdata['server'])
|
||||
|
||||
def ntp_server(self, node):
|
||||
return self.inputbynode[node]
|
||||
|
Loading…
x
Reference in New Issue
Block a user