bool_input
moved to utils.cli
This commit is contained in:
parent
aafe0624b2
commit
ca965e20cc
1 changed files with 1 additions and 1 deletions
2
start.py
2
start.py
|
@ -73,7 +73,7 @@ if len(server_configs):
|
||||||
bot.run()
|
bot.run()
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
if bool_input("no servers found, add one?"):
|
if utils.cli.bool_input("no servers found, add one?"):
|
||||||
utils.cli.add_server(database)
|
utils.cli.add_server(database)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print()
|
print()
|
||||||
|
|
Loading…
Reference in a new issue