Implement indexing into Apache Druid #1

Closed
m wants to merge 263 commits from druid into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit be405160e4 - Show all commits

View File

@ -12,7 +12,7 @@ class RegCommand:
failure("No such network: %s" % spl[1]) failure("No such network: %s" % spl[1])
return return
for i in main.network[spl[1]].relays.keys(): for i in main.network[spl[1]].relays.keys():
regproc.registerAccount(spl[1], int(spl[2])) regproc.registerAccount(spl[1], i)
success("Requested registration for all relays on %s" % spl[1]) success("Requested registration for all relays on %s" % spl[1])
return return
elif length == 3: elif length == 3: