Reformat code with pre-commit
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import main
|
||||
|
||||
|
||||
def getRelay(num):
|
||||
host = main.config["Relay"]["Host"].replace("x", str(num))
|
||||
port = int(str(main.config["Relay"]["Port"]).replace("x", str(num).zfill(2)))
|
||||
|
||||
Reference in New Issue
Block a user