That shouldn't be there
This commit is contained in:
parent
66643a1bd8
commit
36048be2fb
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ def add_server(database: Database.Database):
|
|||
username = input("username: ")
|
||||
realname = input("realname: ")
|
||||
bindhost = input("bindhost?: ")
|
||||
admin = input("admin nickname: ")
|
||||
|
||||
server_id = database.servers.add(alias, hostname, port, password, ipv4, tls,
|
||||
bindhost, nickname, username, realname)
|
||||
|
|
Loading…
Reference in a new issue