Fix the all and allc commands so they work with the new data format
This commit is contained in:
@@ -12,7 +12,7 @@ class DisableCommand:
|
||||
failure("No such network: %s" % spl[1])
|
||||
return
|
||||
if not spl[2].isdigit():
|
||||
failure("Must be integer, not %s" % spl[2])
|
||||
failure("Must be a number, not %s" % spl[2])
|
||||
return
|
||||
relayNum = int(spl[2])
|
||||
name = spl[1]+spl[2]
|
||||
|
||||
Reference in New Issue
Block a user