changed wording from account to config
This commit is contained in:
@@ -350,7 +350,7 @@ if __name__ == '__main__':
|
||||
if not os.path.exists(secrets_config_file):
|
||||
print("No pools found, do you want to add a new one?")
|
||||
print(" ")
|
||||
print("n) New account")
|
||||
print("n) New config")
|
||||
print("q) Quit config")
|
||||
while True:
|
||||
user_input = input("n/q> ")
|
||||
|
||||
Reference in New Issue
Block a user