Change alias definitions to be global, so aliases can be reused across different networks
This commit is contained in:
@@ -9,4 +9,4 @@ def getRelay(num):
|
||||
port = int(port)
|
||||
except ValueError:
|
||||
return False
|
||||
return [host, port]
|
||||
return (host, port)
|
||||
Reference in New Issue
Block a user