From 0a5aef09b4462978823e68ffe4c0b358c8307e78 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 3 Oct 2018 16:00:25 +0100 Subject: Fix start.py not giving the right arguments to database.servers.add --- start.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'start.py') diff --git a/start.py b/start.py index ced525da..b7d7f2cb 100755 --- a/start.py +++ b/start.py @@ -75,8 +75,9 @@ else: nickname = input("nickname: ") username = input("username: ") realname = input("realname: ") + bindhost = input("bindhost?: ") bot.database.servers.add(alias, hostname, port, password, ipv4, - tls, nickname, username, realname) + tls, bindhost, nickname, username, realname) except KeyboardInterrupt: print() pass -- cgit v1.3.1-10-gc9f91